Shades of Deep Cerise #D03E7E
Tints of Deep Cerise #D03E7E
RGB
CMYK
RGB Variations
Color information
#D03E7E (or 0xD03E7E) is known color: Deep Cerise. HEX triplet: D0, 3E and 7E. RGB value is (208,62,126). Sum of RGB (Red+Green+Blue) = 208+62+126=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 62 (24.61% from 255 or 15.66% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D03E7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03E7E is #2FC181. Grayscale: #707070. Windows color (decimal): -3129730 or 8273616. OLE color: 8273616.
HSL color Cylindrical-coordinate representation of color #D03E7E: hue angle of 333.7º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D03E7E is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 62 | 126 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.18 |
| HSL | 333.7º | 0.61% | 0.53% | - |
| HSV(B) | 333.7º | 0.7% | 0.82% | - |
| XYZ | 31.5 | 18.36 | 21.62 | - |
| YUV | 112.95 | 135.37 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 62 | 126 | 0 | 0.70 | 0.39 | 0.18 | 333.7 | 0.61 | 0.53 |
| Hex | D0 | 3E | 7E | 0 | 46 | 27 | 12 | 14E | 3D | 35 |
| Octal | 320 | 76 | 176 | 0 | 106 | 47 | 22 | 516 | 75 | 65 |
| Binary | 11010000 | 111110 | 1111110 | 0 | 1000110 | 100111 | 10010 | 101001110 | 111101 | 110101 |
Color Harmonies of #D03E7E
Complementary color
Monochromatic Colors of #D03E7E
Black with #D03E7E
Text Example
Text Example
White with #D03E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03E7E; }
p { color: rgb(208,62,126); }
H1.HeaderClassName
{
color: #D03E7E;
}
.AnyTagClassName
{
color: #D03E7E;
}
</style>
background-color css
<style>
a { background-color: #D03E7E; }
a { background-color: rgb(208,62,126); }
div.DivClassName
{
background-color: #D03E7E;
}
.BgClassName
{
background-color: #D03E7E;
}
</style>
border-color css
<style>
span { border-color: #D03E7E; }
span { border-color: rgb(208,62,126); }
td.TdClassName
{
border-color: #D03E7E;
}
.TagClassName
{
border-color: #D03E7E;
}
</style>