Shades of Deep Cerise #D24083
Tints of Deep Cerise #D24083
RGB
CMYK
RGB Variations
Color information
#D24083 (or 0xD24083) is known color: Deep Cerise. HEX triplet: D2, 40 and 83. RGB value is (210,64,131). Sum of RGB (Red+Green+Blue) = 210+64+131=405 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.85% from 405); Green value is 64 (25.39% from 255 or 15.80% from 405); Blue value is 131 (51.56% from 255 or 32.35% from 405); Max value from RGB is 210 - color contains mainly: red. Hex color #D24083 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24083 is #2DBF7C. Grayscale: #737373. Windows color (decimal): -2998141 or 8601810. OLE color: 8601810.
HSL color Cylindrical-coordinate representation of color #D24083: hue angle of 332.47º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D24083 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 64 | 131 | - |
| CMYK | 0 | 0.70 | 0.38 | 0.18 |
| HSL | 332.47º | 0.62% | 0.54% | - |
| HSV(B) | 332.47º | 0.7% | 0.82% | - |
| XYZ | 32.51 | 19.01 | 23.43 | - |
| YUV | 115.29 | 136.87 | 195.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 64 | 131 | 0 | 0.70 | 0.38 | 0.18 | 332.47 | 0.62 | 0.54 |
| Hex | D2 | 40 | 83 | 0 | 46 | 26 | 12 | 14C | 3E | 36 |
| Octal | 322 | 100 | 203 | 0 | 106 | 46 | 22 | 514 | 76 | 66 |
| Binary | 11010010 | 1000000 | 10000011 | 0 | 1000110 | 100110 | 10010 | 101001100 | 111110 | 110110 |
Color Harmonies of #D24083
Complementary color
Monochromatic Colors of #D24083
Black with #D24083
Text Example
Text Example
White with #D24083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24083; }
p { color: rgb(210,64,131); }
H1.HeaderClassName
{
color: #D24083;
}
.AnyTagClassName
{
color: #D24083;
}
</style>
background-color css
<style>
a { background-color: #D24083; }
a { background-color: rgb(210,64,131); }
div.DivClassName
{
background-color: #D24083;
}
.BgClassName
{
background-color: #D24083;
}
</style>
border-color css
<style>
span { border-color: #D24083; }
span { border-color: rgb(210,64,131); }
td.TdClassName
{
border-color: #D24083;
}
.TagClassName
{
border-color: #D24083;
}
</style>