Shades of Deep Cerise #D04181
Tints of Deep Cerise #D04181
RGB
CMYK
RGB Variations
Color information
#D04181 (or 0xD04181) is known color: Deep Cerise. HEX triplet: D0, 41 and 81. RGB value is (208,65,129). Sum of RGB (Red+Green+Blue) = 208+65+129=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 65 (25.78% from 255 or 16.17% from 402); Blue value is 129 (50.78% from 255 or 32.09% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D04181 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04181 is #2FBE7E. Grayscale: #727272. Windows color (decimal): -3128959 or 8470992. OLE color: 8470992.
HSL color Cylindrical-coordinate representation of color #D04181: hue angle of 333.15º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D04181 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 65 | 129 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.18 |
| HSL | 333.15º | 0.6% | 0.54% | - |
| HSV(B) | 333.15º | 0.69% | 0.82% | - |
| XYZ | 31.87 | 18.78 | 22.71 | - |
| YUV | 115.05 | 135.88 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 65 | 129 | 0 | 0.69 | 0.38 | 0.18 | 333.15 | 0.6 | 0.54 |
| Hex | D0 | 41 | 81 | 0 | 45 | 26 | 12 | 14D | 3C | 36 |
| Octal | 320 | 101 | 201 | 0 | 105 | 46 | 22 | 515 | 74 | 66 |
| Binary | 11010000 | 1000001 | 10000001 | 0 | 1000101 | 100110 | 10010 | 101001101 | 111100 | 110110 |
Color Harmonies of #D04181
Complementary color
Monochromatic Colors of #D04181
Black with #D04181
Text Example
Text Example
White with #D04181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04181; }
p { color: rgb(208,65,129); }
H1.HeaderClassName
{
color: #D04181;
}
.AnyTagClassName
{
color: #D04181;
}
</style>
background-color css
<style>
a { background-color: #D04181; }
a { background-color: rgb(208,65,129); }
div.DivClassName
{
background-color: #D04181;
}
.BgClassName
{
background-color: #D04181;
}
</style>
border-color css
<style>
span { border-color: #D04181; }
span { border-color: rgb(208,65,129); }
td.TdClassName
{
border-color: #D04181;
}
.TagClassName
{
border-color: #D04181;
}
</style>