Shades of Deep Cerise #D03686
Tints of Deep Cerise #D03686
RGB
CMYK
RGB Variations
Color information
#D03686 (or 0xD03686) is known color: Deep Cerise. HEX triplet: D0, 36 and 86. RGB value is (208,54,134). Sum of RGB (Red+Green+Blue) = 208+54+134=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 54 (21.48% from 255 or 13.64% from 396); Blue value is 134 (52.73% from 255 or 33.84% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D03686 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03686 is #2FC979. Grayscale: #6C6C6C. Windows color (decimal): -3131770 or 8795856. OLE color: 8795856.
HSL color Cylindrical-coordinate representation of color #D03686: hue angle of 328.83º 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 #D03686 is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 54 | 134 | - |
| CMYK | 0 | 0.74 | 0.36 | 0.18 |
| HSL | 328.83º | 0.62% | 0.51% | - |
| HSV(B) | 328.83º | 0.74% | 0.82% | - |
| XYZ | 31.63 | 17.77 | 24.32 | - |
| YUV | 109.17 | 142.02 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 54 | 134 | 0 | 0.74 | 0.36 | 0.18 | 328.83 | 0.62 | 0.51 |
| Hex | D0 | 36 | 86 | 0 | 4A | 24 | 12 | 149 | 3E | 33 |
| Octal | 320 | 66 | 206 | 0 | 112 | 44 | 22 | 511 | 76 | 63 |
| Binary | 11010000 | 110110 | 10000110 | 0 | 1001010 | 100100 | 10010 | 101001001 | 111110 | 110011 |
Color Harmonies of #D03686
Complementary color
Monochromatic Colors of #D03686
Black with #D03686
Text Example
Text Example
White with #D03686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03686; }
p { color: rgb(208,54,134); }
H1.HeaderClassName
{
color: #D03686;
}
.AnyTagClassName
{
color: #D03686;
}
</style>
background-color css
<style>
a { background-color: #D03686; }
a { background-color: rgb(208,54,134); }
div.DivClassName
{
background-color: #D03686;
}
.BgClassName
{
background-color: #D03686;
}
</style>
border-color css
<style>
span { border-color: #D03686; }
span { border-color: rgb(208,54,134); }
td.TdClassName
{
border-color: #D03686;
}
.TagClassName
{
border-color: #D03686;
}
</style>