Shades of Deep Cerise #D8247D
Tints of Deep Cerise #D8247D
RGB
CMYK
RGB Variations
Color information
#D8247D (or 0xD8247D) is known color: Deep Cerise. HEX triplet: D8, 24 and 7D. RGB value is (216,36,125). Sum of RGB (Red+Green+Blue) = 216+36+125=377 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.29% from 377); Green value is 36 (14.45% from 255 or 9.55% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 216 - color contains mainly: red. Hex color #D8247D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8247D is #27DB82. Grayscale: #636363. Windows color (decimal): -2612099 or 8201432. OLE color: 8201432.
HSL color Cylindrical-coordinate representation of color #D8247D: hue angle of 330.33º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D8247D is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 36 | 125 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.15 |
| HSL | 330.33º | 0.71% | 0.49% | - |
| HSV(B) | 330.33º | 0.83% | 0.85% | - |
| XYZ | 32.65 | 17.34 | 21.03 | - |
| YUV | 99.97 | 142.13 | 210.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 36 | 125 | 0 | 0.83 | 0.42 | 0.15 | 330.33 | 0.71 | 0.49 |
| Hex | D8 | 24 | 7D | 0 | 53 | 2A | F | 14A | 47 | 31 |
| Octal | 330 | 44 | 175 | 0 | 123 | 52 | 17 | 512 | 107 | 61 |
| Binary | 11011000 | 100100 | 1111101 | 0 | 1010011 | 101010 | 1111 | 101001010 | 1000111 | 110001 |
Color Harmonies of #D8247D
Complementary color
Monochromatic Colors of #D8247D
Black with #D8247D
Text Example
Text Example
White with #D8247D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8247D; }
p { color: rgb(216,36,125); }
H1.HeaderClassName
{
color: #D8247D;
}
.AnyTagClassName
{
color: #D8247D;
}
</style>
background-color css
<style>
a { background-color: #D8247D; }
a { background-color: rgb(216,36,125); }
div.DivClassName
{
background-color: #D8247D;
}
.BgClassName
{
background-color: #D8247D;
}
</style>
border-color css
<style>
span { border-color: #D8247D; }
span { border-color: rgb(216,36,125); }
td.TdClassName
{
border-color: #D8247D;
}
.TagClassName
{
border-color: #D8247D;
}
</style>