Shades of Deep Cerise #D0367C
Tints of Deep Cerise #D0367C
RGB
CMYK
RGB Variations
Color information
#D0367C (or 0xD0367C) is known color: Deep Cerise. HEX triplet: D0, 36 and 7C. RGB value is (208,54,124). Sum of RGB (Red+Green+Blue) = 208+54+124=386 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.89% from 386); Green value is 54 (21.48% from 255 or 13.99% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 208 - color contains mainly: red. Hex color #D0367C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0367C is #2FC983. Grayscale: #6B6B6B. Windows color (decimal): -3131780 or 8140496. OLE color: 8140496.
HSL color Cylindrical-coordinate representation of color #D0367C: hue angle of 332.73º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D0367C is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 54 | 124 | - |
| CMYK | 0 | 0.74 | 0.40 | 0.18 |
| HSL | 332.73º | 0.62% | 0.51% | - |
| HSV(B) | 332.73º | 0.74% | 0.82% | - |
| XYZ | 30.97 | 17.5 | 20.82 | - |
| YUV | 108.03 | 137.02 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 54 | 124 | 0 | 0.74 | 0.40 | 0.18 | 332.73 | 0.62 | 0.51 |
| Hex | D0 | 36 | 7C | 0 | 4A | 28 | 12 | 14D | 3E | 33 |
| Octal | 320 | 66 | 174 | 0 | 112 | 50 | 22 | 515 | 76 | 63 |
| Binary | 11010000 | 110110 | 1111100 | 0 | 1001010 | 101000 | 10010 | 101001101 | 111110 | 110011 |
Color Harmonies of #D0367C
Complementary color
Monochromatic Colors of #D0367C
Black with #D0367C
Text Example
Text Example
White with #D0367C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0367C; }
p { color: rgb(208,54,124); }
H1.HeaderClassName
{
color: #D0367C;
}
.AnyTagClassName
{
color: #D0367C;
}
</style>
background-color css
<style>
a { background-color: #D0367C; }
a { background-color: rgb(208,54,124); }
div.DivClassName
{
background-color: #D0367C;
}
.BgClassName
{
background-color: #D0367C;
}
</style>
border-color css
<style>
span { border-color: #D0367C; }
span { border-color: rgb(208,54,124); }
td.TdClassName
{
border-color: #D0367C;
}
.TagClassName
{
border-color: #D0367C;
}
</style>