Shades of Deep Cerise #D8337F
Tints of Deep Cerise #D8337F
RGB
CMYK
RGB Variations
Color information
#D8337F (or 0xD8337F) is known color: Deep Cerise. HEX triplet: D8, 33 and 7F. RGB value is (216,51,127). Sum of RGB (Red+Green+Blue) = 216+51+127=394 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.82% from 394); Green value is 51 (20.31% from 255 or 12.94% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 216 - color contains mainly: red. Hex color #D8337F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8337F is #27CC80. Grayscale: #6C6C6C. Windows color (decimal): -2608257 or 8336344. OLE color: 8336344.
HSL color Cylindrical-coordinate representation of color #D8337F: hue angle of 332.36º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D8337F is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 51 | 127 | - |
| CMYK | 0 | 0.76 | 0.41 | 0.15 |
| HSL | 332.36º | 0.68% | 0.52% | - |
| HSV(B) | 332.36º | 0.76% | 0.85% | - |
| XYZ | 33.33 | 18.5 | 21.89 | - |
| YUV | 109 | 138.16 | 204.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 51 | 127 | 0 | 0.76 | 0.41 | 0.15 | 332.36 | 0.68 | 0.52 |
| Hex | D8 | 33 | 7F | 0 | 4C | 29 | F | 14C | 44 | 34 |
| Octal | 330 | 63 | 177 | 0 | 114 | 51 | 17 | 514 | 104 | 64 |
| Binary | 11011000 | 110011 | 1111111 | 0 | 1001100 | 101001 | 1111 | 101001100 | 1000100 | 110100 |
Color Harmonies of #D8337F
Complementary color
Monochromatic Colors of #D8337F
Black with #D8337F
Text Example
Text Example
White with #D8337F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8337F; }
p { color: rgb(216,51,127); }
H1.HeaderClassName
{
color: #D8337F;
}
.AnyTagClassName
{
color: #D8337F;
}
</style>
background-color css
<style>
a { background-color: #D8337F; }
a { background-color: rgb(216,51,127); }
div.DivClassName
{
background-color: #D8337F;
}
.BgClassName
{
background-color: #D8337F;
}
</style>
border-color css
<style>
span { border-color: #D8337F; }
span { border-color: rgb(216,51,127); }
td.TdClassName
{
border-color: #D8337F;
}
.TagClassName
{
border-color: #D8337F;
}
</style>