Shades of Deep Cerise #D03386
Tints of Deep Cerise #D03386
RGB
CMYK
RGB Variations
Color information
#D03386 (or 0xD03386) is known color: Deep Cerise. HEX triplet: D0, 33 and 86. RGB value is (208,51,134). Sum of RGB (Red+Green+Blue) = 208+51+134=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 51 (20.31% from 255 or 12.98% from 393); Blue value is 134 (52.73% from 255 or 34.10% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D03386 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03386 is #2FCC79. Grayscale: #6B6B6B. Windows color (decimal): -3132538 or 8795088. OLE color: 8795088.
HSL color Cylindrical-coordinate representation of color #D03386: hue angle of 328.28º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D03386 is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 51 | 134 | - |
| CMYK | 0 | 0.75 | 0.36 | 0.18 |
| HSL | 328.28º | 0.63% | 0.51% | - |
| HSV(B) | 328.28º | 0.75% | 0.82% | - |
| XYZ | 31.5 | 17.5 | 24.27 | - |
| YUV | 107.41 | 143.01 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 51 | 134 | 0 | 0.75 | 0.36 | 0.18 | 328.28 | 0.63 | 0.51 |
| Hex | D0 | 33 | 86 | 0 | 4B | 24 | 12 | 148 | 3F | 33 |
| Octal | 320 | 63 | 206 | 0 | 113 | 44 | 22 | 510 | 77 | 63 |
| Binary | 11010000 | 110011 | 10000110 | 0 | 1001011 | 100100 | 10010 | 101001000 | 111111 | 110011 |
Color Harmonies of #D03386
Complementary color
Monochromatic Colors of #D03386
Black with #D03386
Text Example
Text Example
White with #D03386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03386; }
p { color: rgb(208,51,134); }
H1.HeaderClassName
{
color: #D03386;
}
.AnyTagClassName
{
color: #D03386;
}
</style>
background-color css
<style>
a { background-color: #D03386; }
a { background-color: rgb(208,51,134); }
div.DivClassName
{
background-color: #D03386;
}
.BgClassName
{
background-color: #D03386;
}
</style>
border-color css
<style>
span { border-color: #D03386; }
span { border-color: rgb(208,51,134); }
td.TdClassName
{
border-color: #D03386;
}
.TagClassName
{
border-color: #D03386;
}
</style>