#D42DAE

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

Shades of Deep Cerise #D42DAE

Tints of Deep Cerise #D42DAE

Color information

#D42DAE (or 0xD42DAE) is unknown color: approx Deep Cerise. HEX triplet: D4, 2D and AE. RGB value is (212,45,174). Sum of RGB (Red+Green+Blue) = 212+45+174=431 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.19% from 431); Green value is 45 (17.97% from 255 or 10.44% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 212 - color contains mainly: red. Hex color #D42DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42DAE is #2BD251. Grayscale: #6D6D6D. Windows color (decimal): -2871890 or 11414996. OLE color: 11414996.

HSL color Cylindrical-coordinate representation of color #D42DAE: hue angle of 313.65º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D42DAE is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB21245174-
CMYK00.790.180.17
HSL313.65º66.01%50.39%-
HSV(B)313.65º78.77%83.14%-
XYZ35.7318.9341.82-
YUV109.64164.33201.01-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.19%
GREEN value IS 45 (17.97% from 255) = 10.44%
BLUE value IS 174 (68.36% from 255) = 40.37%
R=49.19%
G=10.44%
B=40.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2124517400.790.180.17313.6566.0150.39
HexD42DAE04F121113a4232
Octal324552560117222147210262
Binary11010100101101101011100100111110010100011001110101000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D42DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D42DAE; }

 p { color: rgb(212,45,174); }

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

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

 a { background-color: rgb(212,45,174); }

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

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

 span { border-color: rgb(212,45,174); }

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