Shades of Cranberry #D03F72
Tints of Cranberry #D03F72
RGB
CMYK
RGB Variations
Color information
#D03F72 (or 0xD03F72) is known color: Cranberry. HEX triplet: D0, 3F and 72. RGB value is (208,63,114). Sum of RGB (Red+Green+Blue) = 208+63+114=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 63 (25% from 255 or 16.36% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D03F72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03F72 is #2FC08D. Grayscale: #707070. Windows color (decimal): -3129486 or 7487440. OLE color: 7487440.
HSL color Cylindrical-coordinate representation of color #D03F72: hue angle of 338.9º 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 #D03F72 is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 63 | 114 | - |
| CMYK | 0 | 0.70 | 0.45 | 0.18 |
| HSL | 338.9º | 0.61% | 0.53% | - |
| HSV(B) | 338.9º | 0.7% | 0.82% | - |
| XYZ | 30.83 | 18.18 | 17.8 | - |
| YUV | 112.17 | 129.04 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 63 | 114 | 0 | 0.70 | 0.45 | 0.18 | 338.9 | 0.61 | 0.53 |
| Hex | D0 | 3F | 72 | 0 | 46 | 2D | 12 | 153 | 3D | 35 |
| Octal | 320 | 77 | 162 | 0 | 106 | 55 | 22 | 523 | 75 | 65 |
| Binary | 11010000 | 111111 | 1110010 | 0 | 1000110 | 101101 | 10010 | 101010011 | 111101 | 110101 |
Color Harmonies of #D03F72
Complementary color
Monochromatic Colors of #D03F72
Black with #D03F72
Text Example
Text Example
White with #D03F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03F72; }
p { color: rgb(208,63,114); }
H1.HeaderClassName
{
color: #D03F72;
}
.AnyTagClassName
{
color: #D03F72;
}
</style>
background-color css
<style>
a { background-color: #D03F72; }
a { background-color: rgb(208,63,114); }
div.DivClassName
{
background-color: #D03F72;
}
.BgClassName
{
background-color: #D03F72;
}
</style>
border-color css
<style>
span { border-color: #D03F72; }
span { border-color: rgb(208,63,114); }
td.TdClassName
{
border-color: #D03F72;
}
.TagClassName
{
border-color: #D03F72;
}
</style>