#d42a9c

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

Shades of Deep Cerise #D42A9C

Tints of Deep Cerise #D42A9C

Color information

#D42A9C (or 0xD42A9C) is unknown color: approx Deep Cerise. HEX triplet: D4, 2A and 9C. RGB value is (212,42,156). Sum of RGB (Red+Green+Blue) = 212+42+156=410 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.71% from 410); Green value is 42 (16.80% from 255 or 10.24% from 410); Blue value is 156 (61.33% from 255 or 38.05% from 410); Max value from RGB is 212 - color contains mainly: red. Hex color #D42A9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42A9C is #2BD563. Grayscale: #696969. Windows color (decimal): -2872676 or 10234580. OLE color: 10234580.

HSL color Cylindrical-coordinate representation of color #D42A9C: hue angle of 319.76º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D42A9C is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB21242156-
CMYK00.800.260.17
HSL319.76º66.93%49.8%-
HSV(B)319.76º80.19%83.14%-
XYZ33.9818.0533.15-
YUV105.83156.32203.73-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 51.71%
GREEN value IS 42 (16.80% from 255) = 10.24%
BLUE value IS 156 (61.33% from 255) = 38.05%
R=51.71%
G=10.24%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2124215600.800.260.17319.7666.9349.8
HexD42A9C0501A111404332
Octal324522340120322150010362
Binary11010100101010100111000101000011010100011010000001000011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d42a9c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d42a9c; }

 p { color: rgb(212,42,156); }

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

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

 a { background-color: rgb(212,42,156); }

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

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

 span { border-color: rgb(212,42,156); }

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