#D24188

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

Shades of Deep Cerise #D24188

Tints of Deep Cerise #D24188

Color information

#D24188 (or 0xD24188) is unknown color: approx Deep Cerise. HEX triplet: D2, 41 and 88. RGB value is (210,65,136). Sum of RGB (Red+Green+Blue) = 210+65+136=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 65 (25.78% from 255 or 15.82% from 411); Blue value is 136 (53.52% from 255 or 33.09% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D24188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24188 is #2DBE77. Grayscale: #747474. Windows color (decimal): -2997880 or 8929746. OLE color: 8929746.

HSL color Cylindrical-coordinate representation of color #D24188: hue angle of 330.62º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D24188 is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB21065136-
CMYK00.690.350.18
HSL330.62º61.7%53.92%-
HSV(B)330.62º69.05%82.35%-
XYZ32.9119.2625.28-
YUV116.45139.04194.73-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 51.09%
GREEN value IS 65 (25.78% from 255) = 15.82%
BLUE value IS 136 (53.52% from 255) = 33.09%
R=51.09%
G=15.82%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2106513600.690.350.18330.6261.753.92
HexD24188045231214b3e36
Octal322101210010543225137666
Binary110100101000001100010000100010110001110010101001011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24188; }

 p { color: rgb(210,65,136); }

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

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

 a { background-color: rgb(210,65,136); }

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

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

 span { border-color: rgb(210,65,136); }

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