Shades of Deep Cerise #D03676
Tints of Deep Cerise #D03676
RGB
CMYK
RGB Variations
Color information
#D03676 (or 0xD03676) is known color: Deep Cerise. HEX triplet: D0, 36 and 76. RGB value is (208,54,118). Sum of RGB (Red+Green+Blue) = 208+54+118=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 54 (21.48% from 255 or 14.21% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D03676 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03676 is #2FC989. Grayscale: #6B6B6B. Windows color (decimal): -3131786 or 7747280. OLE color: 7747280.
HSL color Cylindrical-coordinate representation of color #D03676: hue angle of 335.06º 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 #D03676 is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 54 | 118 | - |
| CMYK | 0 | 0.74 | 0.43 | 0.18 |
| HSL | 335.06º | 0.62% | 0.51% | - |
| HSV(B) | 335.06º | 0.74% | 0.82% | - |
| XYZ | 30.6 | 17.36 | 18.88 | - |
| YUV | 107.34 | 134.02 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 54 | 118 | 0 | 0.74 | 0.43 | 0.18 | 335.06 | 0.62 | 0.51 |
| Hex | D0 | 36 | 76 | 0 | 4A | 2B | 12 | 14F | 3E | 33 |
| Octal | 320 | 66 | 166 | 0 | 112 | 53 | 22 | 517 | 76 | 63 |
| Binary | 11010000 | 110110 | 1110110 | 0 | 1001010 | 101011 | 10010 | 101001111 | 111110 | 110011 |
Color Harmonies of #D03676
Complementary color
Monochromatic Colors of #D03676
Black with #D03676
Text Example
Text Example
White with #D03676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03676; }
p { color: rgb(208,54,118); }
H1.HeaderClassName
{
color: #D03676;
}
.AnyTagClassName
{
color: #D03676;
}
</style>
background-color css
<style>
a { background-color: #D03676; }
a { background-color: rgb(208,54,118); }
div.DivClassName
{
background-color: #D03676;
}
.BgClassName
{
background-color: #D03676;
}
</style>
border-color css
<style>
span { border-color: #D03676; }
span { border-color: rgb(208,54,118); }
td.TdClassName
{
border-color: #D03676;
}
.TagClassName
{
border-color: #D03676;
}
</style>