#DF429E

Color #DF429E Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #DF429E

Tints of Deep Cerise #DF429E

Color information

#DF429E (or 0xDF429E) is unknown color: approx Deep Cerise. HEX triplet: DF, 42 and 9E. RGB value is (223,66,158). Sum of RGB (Red+Green+Blue) = 223+66+158=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 66 (26.17% from 255 or 14.77% from 447); Blue value is 158 (62.11% from 255 or 35.35% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DF429E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF429E is #20BD61. Grayscale: #7B7B7B. Windows color (decimal): -2145634 or 10371807. OLE color: 10371807.

HSL color Cylindrical-coordinate representation of color #DF429E: hue angle of 324.84º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF429E is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB22366158-
CMYK00.700.290.13
HSL324.84º71.04%56.67%-
HSV(B)324.84º70.4%87.45%-
XYZ38.5522.0534.57-
YUV123.43147.51199.02-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.89%
GREEN value IS 66 (26.17% from 255) = 14.77%
BLUE value IS 158 (62.11% from 255) = 35.35%
R=49.89%
G=14.77%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2236615800.700.290.13324.8471.0456.67
HexDF429E0461DD1454739
Octal3371022360106351550510771
Binary11011111100001010011110010001101110111011010001011000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF429E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF429E; }

 p { color: rgb(223,66,158); }

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

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

 a { background-color: rgb(223,66,158); }

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

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

 span { border-color: rgb(223,66,158); }

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