Shades of Deep Cerise #D83C7D
Tints of Deep Cerise #D83C7D
RGB
CMYK
RGB Variations
Color information
#D83C7D (or 0xD83C7D) is known color: Deep Cerise. HEX triplet: D8, 3C and 7D. RGB value is (216,60,125). Sum of RGB (Red+Green+Blue) = 216+60+125=401 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.87% from 401); Green value is 60 (23.83% from 255 or 14.96% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 216 - color contains mainly: red. Hex color #D83C7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83C7D is #27C382. Grayscale: #717171. Windows color (decimal): -2605955 or 8207576. OLE color: 8207576.
HSL color Cylindrical-coordinate representation of color #D83C7D: hue angle of 335º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D83C7D is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 60 | 125 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.15 |
| HSL | 335º | 0.67% | 0.54% | - |
| HSV(B) | 335º | 0.72% | 0.85% | - |
| XYZ | 33.64 | 19.31 | 21.36 | - |
| YUV | 114.05 | 134.18 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 60 | 125 | 0 | 0.72 | 0.42 | 0.15 | 335 | 0.67 | 0.54 |
| Hex | D8 | 3C | 7D | 0 | 48 | 2A | F | 14F | 43 | 36 |
| Octal | 330 | 74 | 175 | 0 | 110 | 52 | 17 | 517 | 103 | 66 |
| Binary | 11011000 | 111100 | 1111101 | 0 | 1001000 | 101010 | 1111 | 101001111 | 1000011 | 110110 |
Color Harmonies of #D83C7D
Complementary color
Monochromatic Colors of #D83C7D
Black with #D83C7D
Text Example
Text Example
White with #D83C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83C7D; }
p { color: rgb(216,60,125); }
H1.HeaderClassName
{
color: #D83C7D;
}
.AnyTagClassName
{
color: #D83C7D;
}
</style>
background-color css
<style>
a { background-color: #D83C7D; }
a { background-color: rgb(216,60,125); }
div.DivClassName
{
background-color: #D83C7D;
}
.BgClassName
{
background-color: #D83C7D;
}
</style>
border-color css
<style>
span { border-color: #D83C7D; }
span { border-color: rgb(216,60,125); }
td.TdClassName
{
border-color: #D83C7D;
}
.TagClassName
{
border-color: #D83C7D;
}
</style>