Shades of Deep Cerise #D04082
Tints of Deep Cerise #D04082
RGB
CMYK
RGB Variations
Color information
#D04082 (or 0xD04082) is known color: Deep Cerise. HEX triplet: D0, 40 and 82. RGB value is (208,64,130). Sum of RGB (Red+Green+Blue) = 208+64+130=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 64 (25.39% from 255 or 15.92% from 402); Blue value is 130 (51.17% from 255 or 32.34% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D04082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04082 is #2FBF7D. Grayscale: #727272. Windows color (decimal): -3129214 or 8536272. OLE color: 8536272.
HSL color Cylindrical-coordinate representation of color #D04082: hue angle of 332.5º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D04082 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 64 | 130 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.18 |
| HSL | 332.5º | 0.61% | 0.53% | - |
| HSV(B) | 332.5º | 0.69% | 0.82% | - |
| XYZ | 31.88 | 18.69 | 23.05 | - |
| YUV | 114.58 | 136.71 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 64 | 130 | 0 | 0.69 | 0.38 | 0.18 | 332.5 | 0.61 | 0.53 |
| Hex | D0 | 40 | 82 | 0 | 45 | 26 | 12 | 14C | 3D | 35 |
| Octal | 320 | 100 | 202 | 0 | 105 | 46 | 22 | 514 | 75 | 65 |
| Binary | 11010000 | 1000000 | 10000010 | 0 | 1000101 | 100110 | 10010 | 101001100 | 111101 | 110101 |
Color Harmonies of #D04082
Complementary color
Monochromatic Colors of #D04082
Black with #D04082
Text Example
Text Example
White with #D04082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04082; }
p { color: rgb(208,64,130); }
H1.HeaderClassName
{
color: #D04082;
}
.AnyTagClassName
{
color: #D04082;
}
</style>
background-color css
<style>
a { background-color: #D04082; }
a { background-color: rgb(208,64,130); }
div.DivClassName
{
background-color: #D04082;
}
.BgClassName
{
background-color: #D04082;
}
</style>
border-color css
<style>
span { border-color: #D04082; }
span { border-color: rgb(208,64,130); }
td.TdClassName
{
border-color: #D04082;
}
.TagClassName
{
border-color: #D04082;
}
</style>