#D24182

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

Shades of Deep Cerise #D24182

Tints of Deep Cerise #D24182

Color information

#D24182 (or 0xD24182) is unknown color: approx Deep Cerise. HEX triplet: D2, 41 and 82. RGB value is (210,65,130). Sum of RGB (Red+Green+Blue) = 210+65+130=405 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.85% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 210 - color contains mainly: red. Hex color #D24182 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24182 is #2DBE7D. Grayscale: #737373. Windows color (decimal): -2997886 or 8536530. OLE color: 8536530.

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

Color convert

RGB21065130-
CMYK00.690.380.18
HSL333.1º61.7%53.92%-
HSV(B)333.1º69.05%82.35%-
XYZ32.519.0923.09-
YUV115.76136.04195.21-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 51.85%
GREEN value IS 65 (25.78% from 255) = 16.05%
BLUE value IS 130 (51.17% from 255) = 32.10%
R=51.85%
G=16.05%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2106513000.690.380.18333.161.753.92
HexD24182045261214d3e36
Octal322101202010546225157666
Binary110100101000001100000100100010110011010010101001101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24182; }

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

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

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

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

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

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

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

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