Shades of Deep Cerise #D03681
Tints of Deep Cerise #D03681
RGB
CMYK
RGB Variations
Color information
#D03681 (or 0xD03681) is known color: Deep Cerise. HEX triplet: D0, 36 and 81. RGB value is (208,54,129). Sum of RGB (Red+Green+Blue) = 208+54+129=391 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.20% from 391); Green value is 54 (21.48% from 255 or 13.81% from 391); Blue value is 129 (50.78% from 255 or 32.99% from 391); Max value from RGB is 208 - color contains mainly: red. Hex color #D03681 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03681 is #2FC97E. Grayscale: #6C6C6C. Windows color (decimal): -3131775 or 8468176. OLE color: 8468176.
HSL color Cylindrical-coordinate representation of color #D03681: hue angle of 330.78º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D03681 is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 54 | 129 | - |
| CMYK | 0 | 0.74 | 0.38 | 0.18 |
| HSL | 330.78º | 0.62% | 0.51% | - |
| HSV(B) | 330.78º | 0.74% | 0.82% | - |
| XYZ | 31.29 | 17.63 | 22.52 | - |
| YUV | 108.6 | 139.52 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 54 | 129 | 0 | 0.74 | 0.38 | 0.18 | 330.78 | 0.62 | 0.51 |
| Hex | D0 | 36 | 81 | 0 | 4A | 26 | 12 | 14B | 3E | 33 |
| Octal | 320 | 66 | 201 | 0 | 112 | 46 | 22 | 513 | 76 | 63 |
| Binary | 11010000 | 110110 | 10000001 | 0 | 1001010 | 100110 | 10010 | 101001011 | 111110 | 110011 |
Color Harmonies of #D03681
Complementary color
Monochromatic Colors of #D03681
Black with #D03681
Text Example
Text Example
White with #D03681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03681; }
p { color: rgb(208,54,129); }
H1.HeaderClassName
{
color: #D03681;
}
.AnyTagClassName
{
color: #D03681;
}
</style>
background-color css
<style>
a { background-color: #D03681; }
a { background-color: rgb(208,54,129); }
div.DivClassName
{
background-color: #D03681;
}
.BgClassName
{
background-color: #D03681;
}
</style>
border-color css
<style>
span { border-color: #D03681; }
span { border-color: rgb(208,54,129); }
td.TdClassName
{
border-color: #D03681;
}
.TagClassName
{
border-color: #D03681;
}
</style>