Shades of Deep Cerise #D03F7F
Tints of Deep Cerise #D03F7F
RGB
CMYK
RGB Variations
Color information
#D03F7F (or 0xD03F7F) is known color: Deep Cerise. HEX triplet: D0, 3F and 7F. RGB value is (208,63,127). Sum of RGB (Red+Green+Blue) = 208+63+127=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 63 (25% from 255 or 15.83% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D03F7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03F7F is #2FC080. Grayscale: #717171. Windows color (decimal): -3129473 or 8339408. OLE color: 8339408.
HSL color Cylindrical-coordinate representation of color #D03F7F: hue angle of 333.52º 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 #D03F7F is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 63 | 127 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.18 |
| HSL | 333.52º | 0.61% | 0.53% | - |
| HSV(B) | 333.52º | 0.7% | 0.82% | - |
| XYZ | 31.62 | 18.5 | 21.98 | - |
| YUV | 113.65 | 135.54 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 63 | 127 | 0 | 0.70 | 0.39 | 0.18 | 333.52 | 0.61 | 0.53 |
| Hex | D0 | 3F | 7F | 0 | 46 | 27 | 12 | 14E | 3D | 35 |
| Octal | 320 | 77 | 177 | 0 | 106 | 47 | 22 | 516 | 75 | 65 |
| Binary | 11010000 | 111111 | 1111111 | 0 | 1000110 | 100111 | 10010 | 101001110 | 111101 | 110101 |
Color Harmonies of #D03F7F
Complementary color
Monochromatic Colors of #D03F7F
Black with #D03F7F
Text Example
Text Example
White with #D03F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03F7F; }
p { color: rgb(208,63,127); }
H1.HeaderClassName
{
color: #D03F7F;
}
.AnyTagClassName
{
color: #D03F7F;
}
</style>
background-color css
<style>
a { background-color: #D03F7F; }
a { background-color: rgb(208,63,127); }
div.DivClassName
{
background-color: #D03F7F;
}
.BgClassName
{
background-color: #D03F7F;
}
</style>
border-color css
<style>
span { border-color: #D03F7F; }
span { border-color: rgb(208,63,127); }
td.TdClassName
{
border-color: #D03F7F;
}
.TagClassName
{
border-color: #D03F7F;
}
</style>