Shades of Deep Cerise #D9367D
Tints of Deep Cerise #D9367D
RGB
CMYK
RGB Variations
Color information
#D9367D (or 0xD9367D) is known color: Deep Cerise. HEX triplet: D9, 36 and 7D. RGB value is (217,54,125). Sum of RGB (Red+Green+Blue) = 217+54+125=396 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.80% from 396); Green value is 54 (21.48% from 255 or 13.64% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 217 - color contains mainly: red. Hex color #D9367D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9367D is #26C982. Grayscale: #6E6E6E. Windows color (decimal): -2541955 or 8206041. OLE color: 8206041.
HSL color Cylindrical-coordinate representation of color #D9367D: hue angle of 333.87º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D9367D is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 54 | 125 | - |
| CMYK | 0 | 0.75 | 0.42 | 0.15 |
| HSL | 333.87º | 0.68% | 0.53% | - |
| HSV(B) | 333.87º | 0.75% | 0.85% | - |
| XYZ | 33.64 | 18.87 | 21.27 | - |
| YUV | 110.83 | 136 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 54 | 125 | 0 | 0.75 | 0.42 | 0.15 | 333.87 | 0.68 | 0.53 |
| Hex | D9 | 36 | 7D | 0 | 4B | 2A | F | 14E | 44 | 35 |
| Octal | 331 | 66 | 175 | 0 | 113 | 52 | 17 | 516 | 104 | 65 |
| Binary | 11011001 | 110110 | 1111101 | 0 | 1001011 | 101010 | 1111 | 101001110 | 1000100 | 110101 |
Color Harmonies of #D9367D
Complementary color
Monochromatic Colors of #D9367D
Black with #D9367D
Text Example
Text Example
White with #D9367D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9367D; }
p { color: rgb(217,54,125); }
H1.HeaderClassName
{
color: #D9367D;
}
.AnyTagClassName
{
color: #D9367D;
}
</style>
background-color css
<style>
a { background-color: #D9367D; }
a { background-color: rgb(217,54,125); }
div.DivClassName
{
background-color: #D9367D;
}
.BgClassName
{
background-color: #D9367D;
}
</style>
border-color css
<style>
span { border-color: #D9367D; }
span { border-color: rgb(217,54,125); }
td.TdClassName
{
border-color: #D9367D;
}
.TagClassName
{
border-color: #D9367D;
}
</style>