Shades of Deep Cerise #D03C7F
Tints of Deep Cerise #D03C7F
RGB
CMYK
RGB Variations
Color information
#D03C7F (or 0xD03C7F) is known color: Deep Cerise. HEX triplet: D0, 3C and 7F. RGB value is (208,60,127). Sum of RGB (Red+Green+Blue) = 208+60+127=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 60 (23.83% from 255 or 15.19% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D03C7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03C7F is #2FC380. Grayscale: #6F6F6F. Windows color (decimal): -3130241 or 8338640. OLE color: 8338640.
HSL color Cylindrical-coordinate representation of color #D03C7F: hue angle of 332.84º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D03C7F is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 60 | 127 | - |
| CMYK | 0 | 0.71 | 0.39 | 0.18 |
| HSL | 332.84º | 0.61% | 0.53% | - |
| HSV(B) | 332.84º | 0.71% | 0.82% | - |
| XYZ | 31.46 | 18.17 | 21.93 | - |
| YUV | 111.89 | 136.53 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 60 | 127 | 0 | 0.71 | 0.39 | 0.18 | 332.84 | 0.61 | 0.53 |
| Hex | D0 | 3C | 7F | 0 | 47 | 27 | 12 | 14D | 3D | 35 |
| Octal | 320 | 74 | 177 | 0 | 107 | 47 | 22 | 515 | 75 | 65 |
| Binary | 11010000 | 111100 | 1111111 | 0 | 1000111 | 100111 | 10010 | 101001101 | 111101 | 110101 |
Color Harmonies of #D03C7F
Complementary color
Monochromatic Colors of #D03C7F
Black with #D03C7F
Text Example
Text Example
White with #D03C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03C7F; }
p { color: rgb(208,60,127); }
H1.HeaderClassName
{
color: #D03C7F;
}
.AnyTagClassName
{
color: #D03C7F;
}
</style>
background-color css
<style>
a { background-color: #D03C7F; }
a { background-color: rgb(208,60,127); }
div.DivClassName
{
background-color: #D03C7F;
}
.BgClassName
{
background-color: #D03C7F;
}
</style>
border-color css
<style>
span { border-color: #D03C7F; }
span { border-color: rgb(208,60,127); }
td.TdClassName
{
border-color: #D03C7F;
}
.TagClassName
{
border-color: #D03C7F;
}
</style>