#D42378

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

Shades of Deep Cerise #D42378

Tints of Deep Cerise #D42378

Color information

#D42378 (or 0xD42378) is unknown color: approx Deep Cerise. HEX triplet: D4, 23 and 78. RGB value is (212,35,120). Sum of RGB (Red+Green+Blue) = 212+35+120=367 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.77% from 367); Green value is 35 (14.06% from 255 or 9.54% from 367); Blue value is 120 (47.27% from 255 or 32.70% from 367); Max value from RGB is 212 - color contains mainly: red. Hex color #D42378 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42378 is #2BDC87. Grayscale: #616161. Windows color (decimal): -2874504 or 7873492. OLE color: 7873492.

HSL color Cylindrical-coordinate representation of color #D42378: hue angle of 331.19º 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 #D42378 is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB21235120-
CMYK00.830.430.17
HSL331.19º71.66%48.43%-
HSV(B)331.19º83.49%83.14%-
XYZ31.1416.5619.32-
YUV97.61140.64209.59-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 57.77%
GREEN value IS 35 (14.06% from 255) = 9.54%
BLUE value IS 120 (47.27% from 255) = 32.70%
R=57.77%
G=9.54%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.43
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2123512000.830.430.17331.1971.6648.43
HexD423780532B1114b4830
Octal324431700123532151311060
Binary11010100100011111100001010011101011100011010010111001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D42378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D42378; }

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

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

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

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

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

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

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

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