#df4d93

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

Shades of French Rose #DF4D93

Tints of French Rose #DF4D93

Color information

#DF4D93 (or 0xDF4D93) is unknown color: approx French Rose. HEX triplet: DF, 4D and 93. RGB value is (223,77,147). Sum of RGB (Red+Green+Blue) = 223+77+147=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 77 (30.47% from 255 or 17.23% from 447); Blue value is 147 (57.81% from 255 or 32.89% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4D93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF4D93 is #20B26C. Grayscale: #808080. Windows color (decimal): -2142829 or 9653727. OLE color: 9653727.

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

Color convert

RGB22377147-
CMYK00.650.340.13
HSL331.23º69.52%58.82%-
HSV(B)331.23º65.47%87.45%-
XYZ38.3523.130.04-
YUV128.63138.37195.31-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.89%
GREEN value IS 77 (30.47% from 255) = 17.23%
BLUE value IS 147 (57.81% from 255) = 32.89%
R=49.89%
G=17.23%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2237714700.650.340.13331.2369.5258.82
HexDF4D9304122D14b463b
Octal3371152230101421551310673
Binary110111111001101100100110100000110001011011010010111000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df4d93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df4d93; }

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

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

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

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

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

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

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

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