#D44288

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

Shades of Deep Cerise #D44288

Tints of Deep Cerise #D44288

Color information

#D44288 (or 0xD44288) is unknown color: approx Deep Cerise. HEX triplet: D4, 42 and 88. RGB value is (212,66,136). Sum of RGB (Red+Green+Blue) = 212+66+136=414 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.21% from 414); Green value is 66 (26.17% from 255 or 15.94% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 212 - color contains mainly: red. Hex color #D44288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D44288 is #2BBD77. Grayscale: #757575. Windows color (decimal): -2866552 or 8930004. OLE color: 8930004.

HSL color Cylindrical-coordinate representation of color #D44288: hue angle of 331.23º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D44288 is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB21266136-
CMYK00.690.360.17
HSL331.23º62.93%54.51%-
HSV(B)331.23º68.87%83.14%-
XYZ33.5419.6725.32-
YUV117.63138.37195.31-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 51.21%
GREEN value IS 66 (26.17% from 255) = 15.94%
BLUE value IS 136 (53.52% from 255) = 32.85%
R=51.21%
G=15.94%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2126613600.690.360.17331.2362.9354.51
HexD44288045241114b3f37
Octal324102210010544215137767
Binary110101001000010100010000100010110010010001101001011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44288; }

 p { color: rgb(212,66,136); }

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

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

 a { background-color: rgb(212,66,136); }

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

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

 span { border-color: rgb(212,66,136); }

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