#D24160

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

Shades of Cerise #D24160

Tints of Cerise #D24160

Color information

#D24160 (or 0xD24160) is unknown color: approx Cerise. HEX triplet: D2, 41 and 60. RGB value is (210,65,96). Sum of RGB (Red+Green+Blue) = 210+65+96=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D24160 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24160 is #2DBE9F. Grayscale: #6F6F6F. Windows color (decimal): -2997920 or 6308306. OLE color: 6308306.

HSL color Cylindrical-coordinate representation of color #D24160: hue angle of 347.17º 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 #D24160 is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB2106596-
CMYK00.690.540.18
HSL347.17º61.7%53.92%-
HSV(B)347.17º69.05%82.35%-
XYZ30.5818.3312.99-
YUV111.89119.04197.98-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 56.60%
GREEN value IS 65 (25.78% from 255) = 17.52%
BLUE value IS 96 (37.89% from 255) = 25.88%
R=56.60%
G=17.52%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210659600.690.540.18347.1761.753.92
HexD24160045361215b3e36
Octal322101140010566225337666
Binary11010010100000111000000100010111011010010101011011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24160; }

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

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

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

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

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

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

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

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