#DF4A93

Color #DF4A93 French Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Rose #DF4A93

Tints of French Rose #DF4A93

Color information

#DF4A93 (or 0xDF4A93) is unknown color: approx French Rose. HEX triplet: DF, 4A and 93. RGB value is (223,74,147). Sum of RGB (Red+Green+Blue) = 223+74+147=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 74 (29.30% from 255 or 16.67% from 444); Blue value is 147 (57.81% from 255 or 33.11% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4A93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4A93 is #20B56C. Grayscale: #7E7E7E. Windows color (decimal): -2143597 or 9652959. OLE color: 9652959.

HSL color Cylindrical-coordinate representation of color #DF4A93: hue angle of 330.6º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF4A93 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB22374147-
CMYK00.670.340.13
HSL330.6º69.95%58.24%-
HSV(B)330.6º66.82%87.45%-
XYZ38.1522.6929.97-
YUV126.87139.36196.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 50.23%
GREEN value IS 74 (29.30% from 255) = 16.67%
BLUE value IS 147 (57.81% from 255) = 33.11%
R=50.23%
G=16.67%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2237414700.670.340.13330.669.9558.24
HexDF4A9304322D14b463a
Octal3371122230103421551310672
Binary110111111001010100100110100001110001011011010010111000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF4A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF4A93; }

 p { color: rgb(223,74,147); }

 H1.HeaderClassName
 {
   color: #DF4A93;
 }
 .AnyTagClassName
 {
   color: #DF4A93;
 }
</style>
background-color css

<style>
 a { background-color: #DF4A93; }

 a { background-color: rgb(223,74,147); }

 div.DivClassName
 {
   background-color: #DF4A93;
 }
 .BgClassName
 {
   background-color: #DF4A93;
 }
</style>
border-color css

<style>
 span { border-color: #DF4A93; }

 span { border-color: rgb(223,74,147); }

 td.TdClassName
 {
   border-color: #DF4A93;
 }
 .TagClassName
 {
   border-color: #DF4A93;
 }
</style>