Shades of Deep Cerise #D03382
Tints of Deep Cerise #D03382
RGB
CMYK
RGB Variations
Color information
#D03382 (or 0xD03382) is known color: Deep Cerise. HEX triplet: D0, 33 and 82. RGB value is (208,51,130). Sum of RGB (Red+Green+Blue) = 208+51+130=389 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.47% from 389); Green value is 51 (20.31% from 255 or 13.11% from 389); Blue value is 130 (51.17% from 255 or 33.42% from 389); Max value from RGB is 208 - color contains mainly: red. Hex color #D03382 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03382 is #2FCC7D. Grayscale: #6A6A6A. Windows color (decimal): -3132542 or 8532944. OLE color: 8532944.
HSL color Cylindrical-coordinate representation of color #D03382: hue angle of 329.81º 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 #D03382 is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 51 | 130 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.18 |
| HSL | 329.81º | 0.63% | 0.51% | - |
| HSV(B) | 329.81º | 0.75% | 0.82% | - |
| XYZ | 31.23 | 17.39 | 22.83 | - |
| YUV | 106.95 | 141.01 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 51 | 130 | 0 | 0.75 | 0.38 | 0.18 | 329.81 | 0.63 | 0.51 |
| Hex | D0 | 33 | 82 | 0 | 4B | 26 | 12 | 14A | 3F | 33 |
| Octal | 320 | 63 | 202 | 0 | 113 | 46 | 22 | 512 | 77 | 63 |
| Binary | 11010000 | 110011 | 10000010 | 0 | 1001011 | 100110 | 10010 | 101001010 | 111111 | 110011 |
Color Harmonies of #D03382
Complementary color
Monochromatic Colors of #D03382
Black with #D03382
Text Example
Text Example
White with #D03382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03382; }
p { color: rgb(208,51,130); }
H1.HeaderClassName
{
color: #D03382;
}
.AnyTagClassName
{
color: #D03382;
}
</style>
background-color css
<style>
a { background-color: #D03382; }
a { background-color: rgb(208,51,130); }
div.DivClassName
{
background-color: #D03382;
}
.BgClassName
{
background-color: #D03382;
}
</style>
border-color css
<style>
span { border-color: #D03382; }
span { border-color: rgb(208,51,130); }
td.TdClassName
{
border-color: #D03382;
}
.TagClassName
{
border-color: #D03382;
}
</style>