Shades of Deep Cerise #D8237D
Tints of Deep Cerise #D8237D
RGB
CMYK
RGB Variations
Color information
#D8237D (or 0xD8237D) is known color: Deep Cerise. HEX triplet: D8, 23 and 7D. RGB value is (216,35,125). Sum of RGB (Red+Green+Blue) = 216+35+125=376 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.45% from 376); Green value is 35 (14.06% from 255 or 9.31% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 216 - color contains mainly: red. Hex color #D8237D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8237D is #27DC82. Grayscale: #636363. Windows color (decimal): -2612355 or 8201176. OLE color: 8201176.
HSL color Cylindrical-coordinate representation of color #D8237D: hue angle of 330.17º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D8237D is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 35 | 125 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.15 |
| HSL | 330.17º | 0.72% | 0.49% | - |
| HSV(B) | 330.17º | 0.84% | 0.85% | - |
| XYZ | 32.62 | 17.28 | 21.02 | - |
| YUV | 99.38 | 142.47 | 211.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 35 | 125 | 0 | 0.84 | 0.42 | 0.15 | 330.17 | 0.72 | 0.49 |
| Hex | D8 | 23 | 7D | 0 | 54 | 2A | F | 14A | 48 | 31 |
| Octal | 330 | 43 | 175 | 0 | 124 | 52 | 17 | 512 | 110 | 61 |
| Binary | 11011000 | 100011 | 1111101 | 0 | 1010100 | 101010 | 1111 | 101001010 | 1001000 | 110001 |
Color Harmonies of #D8237D
Complementary color
Monochromatic Colors of #D8237D
Black with #D8237D
Text Example
Text Example
White with #D8237D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8237D; }
p { color: rgb(216,35,125); }
H1.HeaderClassName
{
color: #D8237D;
}
.AnyTagClassName
{
color: #D8237D;
}
</style>
background-color css
<style>
a { background-color: #D8237D; }
a { background-color: rgb(216,35,125); }
div.DivClassName
{
background-color: #D8237D;
}
.BgClassName
{
background-color: #D8237D;
}
</style>
border-color css
<style>
span { border-color: #D8237D; }
span { border-color: rgb(216,35,125); }
td.TdClassName
{
border-color: #D8237D;
}
.TagClassName
{
border-color: #D8237D;
}
</style>