Shades of Deep Cerise #D0337D
Tints of Deep Cerise #D0337D
RGB
CMYK
RGB Variations
Color information
#D0337D (or 0xD0337D) is known color: Deep Cerise. HEX triplet: D0, 33 and 7D. RGB value is (208,51,125). Sum of RGB (Red+Green+Blue) = 208+51+125=384 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.17% from 384); Green value is 51 (20.31% from 255 or 13.28% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 208 - color contains mainly: red. Hex color #D0337D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0337D is #2FCC82. Grayscale: #6A6A6A. Windows color (decimal): -3132547 or 8205264. OLE color: 8205264.
HSL color Cylindrical-coordinate representation of color #D0337D: hue angle of 331.72º 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 #D0337D is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 51 | 125 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.18 |
| HSL | 331.72º | 0.63% | 0.51% | - |
| HSV(B) | 331.72º | 0.75% | 0.82% | - |
| XYZ | 30.9 | 17.26 | 21.1 | - |
| YUV | 106.38 | 138.51 | 200.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 51 | 125 | 0 | 0.75 | 0.40 | 0.18 | 331.72 | 0.63 | 0.51 |
| Hex | D0 | 33 | 7D | 0 | 4B | 28 | 12 | 14C | 3F | 33 |
| Octal | 320 | 63 | 175 | 0 | 113 | 50 | 22 | 514 | 77 | 63 |
| Binary | 11010000 | 110011 | 1111101 | 0 | 1001011 | 101000 | 10010 | 101001100 | 111111 | 110011 |
Color Harmonies of #D0337D
Complementary color
Monochromatic Colors of #D0337D
Black with #D0337D
Text Example
Text Example
White with #D0337D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0337D; }
p { color: rgb(208,51,125); }
H1.HeaderClassName
{
color: #D0337D;
}
.AnyTagClassName
{
color: #D0337D;
}
</style>
background-color css
<style>
a { background-color: #D0337D; }
a { background-color: rgb(208,51,125); }
div.DivClassName
{
background-color: #D0337D;
}
.BgClassName
{
background-color: #D0337D;
}
</style>
border-color css
<style>
span { border-color: #D0337D; }
span { border-color: rgb(208,51,125); }
td.TdClassName
{
border-color: #D0337D;
}
.TagClassName
{
border-color: #D0337D;
}
</style>