Shades of Deep Cerise #D03C7D
Tints of Deep Cerise #D03C7D
RGB
CMYK
RGB Variations
Color information
#D03C7D (or 0xD03C7D) is known color: Deep Cerise. HEX triplet: D0, 3C and 7D. RGB value is (208,60,125). Sum of RGB (Red+Green+Blue) = 208+60+125=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 60 (23.83% from 255 or 15.27% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D03C7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03C7D is #2FC382. Grayscale: #6F6F6F. Windows color (decimal): -3130243 or 8207568. OLE color: 8207568.
HSL color Cylindrical-coordinate representation of color #D03C7D: hue angle of 333.65º 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 #D03C7D is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 60 | 125 | - |
| CMYK | 0 | 0.71 | 0.40 | 0.18 |
| HSL | 333.65º | 0.61% | 0.53% | - |
| HSV(B) | 333.65º | 0.71% | 0.82% | - |
| XYZ | 31.33 | 18.12 | 21.25 | - |
| YUV | 111.66 | 135.53 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 60 | 125 | 0 | 0.71 | 0.40 | 0.18 | 333.65 | 0.61 | 0.53 |
| Hex | D0 | 3C | 7D | 0 | 47 | 28 | 12 | 14E | 3D | 35 |
| Octal | 320 | 74 | 175 | 0 | 107 | 50 | 22 | 516 | 75 | 65 |
| Binary | 11010000 | 111100 | 1111101 | 0 | 1000111 | 101000 | 10010 | 101001110 | 111101 | 110101 |
Color Harmonies of #D03C7D
Complementary color
Monochromatic Colors of #D03C7D
Black with #D03C7D
Text Example
Text Example
White with #D03C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03C7D; }
p { color: rgb(208,60,125); }
H1.HeaderClassName
{
color: #D03C7D;
}
.AnyTagClassName
{
color: #D03C7D;
}
</style>
background-color css
<style>
a { background-color: #D03C7D; }
a { background-color: rgb(208,60,125); }
div.DivClassName
{
background-color: #D03C7D;
}
.BgClassName
{
background-color: #D03C7D;
}
</style>
border-color css
<style>
span { border-color: #D03C7D; }
span { border-color: rgb(208,60,125); }
td.TdClassName
{
border-color: #D03C7D;
}
.TagClassName
{
border-color: #D03C7D;
}
</style>