Shades of Deep Cerise #D8237F
Tints of Deep Cerise #D8237F
RGB
CMYK
RGB Variations
Color information
#D8237F (or 0xD8237F) is known color: Deep Cerise. HEX triplet: D8, 23 and 7F. RGB value is (216,35,127). Sum of RGB (Red+Green+Blue) = 216+35+127=378 (50% of max value = 765). Red value is 216 (84.77% from 255 or 57.14% from 378); Green value is 35 (14.06% from 255 or 9.26% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 216 - color contains mainly: red. Hex color #D8237F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8237F is #27DC80. Grayscale: #636363. Windows color (decimal): -2612353 or 8332248. OLE color: 8332248.
HSL color Cylindrical-coordinate representation of color #D8237F: hue angle of 329.5º 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 #D8237F is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 35 | 127 | - |
| CMYK | 0 | 0.84 | 0.41 | 0.15 |
| HSL | 329.5º | 0.72% | 0.49% | - |
| HSV(B) | 329.5º | 0.84% | 0.85% | - |
| XYZ | 32.75 | 17.33 | 21.7 | - |
| YUV | 99.61 | 143.47 | 211.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 35 | 127 | 0 | 0.84 | 0.41 | 0.15 | 329.5 | 0.72 | 0.49 |
| Hex | D8 | 23 | 7F | 0 | 54 | 29 | F | 14A | 48 | 31 |
| Octal | 330 | 43 | 177 | 0 | 124 | 51 | 17 | 512 | 110 | 61 |
| Binary | 11011000 | 100011 | 1111111 | 0 | 1010100 | 101001 | 1111 | 101001010 | 1001000 | 110001 |
Color Harmonies of #D8237F
Complementary color
Monochromatic Colors of #D8237F
Black with #D8237F
Text Example
Text Example
White with #D8237F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8237F; }
p { color: rgb(216,35,127); }
H1.HeaderClassName
{
color: #D8237F;
}
.AnyTagClassName
{
color: #D8237F;
}
</style>
background-color css
<style>
a { background-color: #D8237F; }
a { background-color: rgb(216,35,127); }
div.DivClassName
{
background-color: #D8237F;
}
.BgClassName
{
background-color: #D8237F;
}
</style>
border-color css
<style>
span { border-color: #D8237F; }
span { border-color: rgb(216,35,127); }
td.TdClassName
{
border-color: #D8237F;
}
.TagClassName
{
border-color: #D8237F;
}
</style>