#D42377

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

Shades of Deep Cerise #D42377

Tints of Deep Cerise #D42377

Color information

#D42377 (or 0xD42377) is unknown color: approx Deep Cerise. HEX triplet: D4, 23 and 77. RGB value is (212,35,119). Sum of RGB (Red+Green+Blue) = 212+35+119=366 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.92% from 366); Green value is 35 (14.06% from 255 or 9.56% from 366); Blue value is 119 (46.88% from 255 or 32.51% from 366); Max value from RGB is 212 - color contains mainly: red. Hex color #D42377 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42377 is #2BDC88. Grayscale: #616161. Windows color (decimal): -2874505 or 7807956. OLE color: 7807956.

HSL color Cylindrical-coordinate representation of color #D42377: hue angle of 331.53º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D42377 is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB21235119-
CMYK00.830.440.17
HSL331.53º71.66%48.43%-
HSV(B)331.53º83.49%83.14%-
XYZ31.0816.5319.01-
YUV97.5140.14209.67-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 57.92%
GREEN value IS 35 (14.06% from 255) = 9.56%
BLUE value IS 119 (46.88% from 255) = 32.51%
R=57.92%
G=9.56%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2123511900.830.440.17331.5371.6648.43
HexD423770532C1114c4830
Octal324431670123542151411060
Binary11010100100011111011101010011101100100011010011001001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D42377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D42377; }

 p { color: rgb(212,35,119); }

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

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

 a { background-color: rgb(212,35,119); }

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

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

 span { border-color: rgb(212,35,119); }

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