Shades of Deep Cerise #D03381
Tints of Deep Cerise #D03381
RGB
CMYK
RGB Variations
Color information
#D03381 (or 0xD03381) is known color: Deep Cerise. HEX triplet: D0, 33 and 81. RGB value is (208,51,129). Sum of RGB (Red+Green+Blue) = 208+51+129=388 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.61% from 388); Green value is 51 (20.31% from 255 or 13.14% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 208 - color contains mainly: red. Hex color #D03381 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03381 is #2FCC7E. Grayscale: #6A6A6A. Windows color (decimal): -3132543 or 8467408. OLE color: 8467408.
HSL color Cylindrical-coordinate representation of color #D03381: hue angle of 330.19º 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 #D03381 is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 51 | 129 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.18 |
| HSL | 330.19º | 0.63% | 0.51% | - |
| HSV(B) | 330.19º | 0.75% | 0.82% | - |
| XYZ | 31.16 | 17.36 | 22.48 | - |
| YUV | 106.84 | 140.51 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 51 | 129 | 0 | 0.75 | 0.38 | 0.18 | 330.19 | 0.63 | 0.51 |
| Hex | D0 | 33 | 81 | 0 | 4B | 26 | 12 | 14A | 3F | 33 |
| Octal | 320 | 63 | 201 | 0 | 113 | 46 | 22 | 512 | 77 | 63 |
| Binary | 11010000 | 110011 | 10000001 | 0 | 1001011 | 100110 | 10010 | 101001010 | 111111 | 110011 |
Color Harmonies of #D03381
Complementary color
Monochromatic Colors of #D03381
Black with #D03381
Text Example
Text Example
White with #D03381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03381; }
p { color: rgb(208,51,129); }
H1.HeaderClassName
{
color: #D03381;
}
.AnyTagClassName
{
color: #D03381;
}
</style>
background-color css
<style>
a { background-color: #D03381; }
a { background-color: rgb(208,51,129); }
div.DivClassName
{
background-color: #D03381;
}
.BgClassName
{
background-color: #D03381;
}
</style>
border-color css
<style>
span { border-color: #D03381; }
span { border-color: rgb(208,51,129); }
td.TdClassName
{
border-color: #D03381;
}
.TagClassName
{
border-color: #D03381;
}
</style>