#D9429C

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

Shades of Deep Cerise #D9429C

Tints of Deep Cerise #D9429C

Color information

#D9429C (or 0xD9429C) is unknown color: approx Deep Cerise. HEX triplet: D9, 42 and 9C. RGB value is (217,66,156). Sum of RGB (Red+Green+Blue) = 217+66+156=439 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.43% from 439); Green value is 66 (26.17% from 255 or 15.03% from 439); Blue value is 156 (61.33% from 255 or 35.54% from 439); Max value from RGB is 217 - color contains mainly: red. Hex color #D9429C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9429C is #26BD63. Grayscale: #797979. Windows color (decimal): -2538852 or 10240729. OLE color: 10240729.

HSL color Cylindrical-coordinate representation of color #D9429C: hue angle of 324.24º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D9429C is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB21766156-
CMYK00.700.280.15
HSL324.24º66.52%55.49%-
HSV(B)324.24º69.59%85.1%-
XYZ36.5621.0533.59-
YUV121.41147.53196.18-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.43%
GREEN value IS 66 (26.17% from 255) = 15.03%
BLUE value IS 156 (61.33% from 255) = 35.54%
R=49.43%
G=15.03%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2176615600.700.280.15324.2466.5255.49
HexD9429C0461CF1444337
Octal3311022340106341750410367
Binary11011001100001010011100010001101110011111010001001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9429C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9429C; }

 p { color: rgb(217,66,156); }

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

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

 a { background-color: rgb(217,66,156); }

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

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

 span { border-color: rgb(217,66,156); }

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