Shades of Cranberry #D03F77
Tints of Cranberry #D03F77
RGB
CMYK
RGB Variations
Color information
#D03F77 (or 0xD03F77) is known color: Cranberry. HEX triplet: D0, 3F and 77. RGB value is (208,63,119). Sum of RGB (Red+Green+Blue) = 208+63+119=390 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.33% from 390); Green value is 63 (25% from 255 or 16.15% from 390); Blue value is 119 (46.88% from 255 or 30.51% from 390); Max value from RGB is 208 - color contains mainly: red. Hex color #D03F77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03F77 is #2FC088. Grayscale: #707070. Windows color (decimal): -3129481 or 7815120. OLE color: 7815120.
HSL color Cylindrical-coordinate representation of color #D03F77: hue angle of 336.83º 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 #D03F77 is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 63 | 119 | - |
| CMYK | 0 | 0.70 | 0.43 | 0.18 |
| HSL | 336.83º | 0.61% | 0.53% | - |
| HSV(B) | 336.83º | 0.7% | 0.82% | - |
| XYZ | 31.12 | 18.3 | 19.34 | - |
| YUV | 112.74 | 131.54 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 63 | 119 | 0 | 0.70 | 0.43 | 0.18 | 336.83 | 0.61 | 0.53 |
| Hex | D0 | 3F | 77 | 0 | 46 | 2B | 12 | 151 | 3D | 35 |
| Octal | 320 | 77 | 167 | 0 | 106 | 53 | 22 | 521 | 75 | 65 |
| Binary | 11010000 | 111111 | 1110111 | 0 | 1000110 | 101011 | 10010 | 101010001 | 111101 | 110101 |
Color Harmonies of #D03F77
Complementary color
Monochromatic Colors of #D03F77
Black with #D03F77
Text Example
Text Example
White with #D03F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03F77; }
p { color: rgb(208,63,119); }
H1.HeaderClassName
{
color: #D03F77;
}
.AnyTagClassName
{
color: #D03F77;
}
</style>
background-color css
<style>
a { background-color: #D03F77; }
a { background-color: rgb(208,63,119); }
div.DivClassName
{
background-color: #D03F77;
}
.BgClassName
{
background-color: #D03F77;
}
</style>
border-color css
<style>
span { border-color: #D03F77; }
span { border-color: rgb(208,63,119); }
td.TdClassName
{
border-color: #D03F77;
}
.TagClassName
{
border-color: #D03F77;
}
</style>