Shades of Cranberry #D03D73
Tints of Cranberry #D03D73
RGB
CMYK
RGB Variations
Color information
#D03D73 (or 0xD03D73) is known color: Cranberry. HEX triplet: D0, 3D and 73. RGB value is (208,61,115). Sum of RGB (Red+Green+Blue) = 208+61+115=384 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.17% from 384); Green value is 61 (24.22% from 255 or 15.89% from 384); Blue value is 115 (45.31% from 255 or 29.95% from 384); Max value from RGB is 208 - color contains mainly: red. Hex color #D03D73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03D73 is #2FC28C. Grayscale: #6F6F6F. Windows color (decimal): -3129997 or 7552464. OLE color: 7552464.
HSL color Cylindrical-coordinate representation of color #D03D73: hue angle of 337.96º 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 #D03D73 is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 61 | 115 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.18 |
| HSL | 337.96º | 0.61% | 0.53% | - |
| HSV(B) | 337.96º | 0.71% | 0.82% | - |
| XYZ | 30.78 | 17.99 | 18.07 | - |
| YUV | 111.11 | 130.2 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 61 | 115 | 0 | 0.71 | 0.45 | 0.18 | 337.96 | 0.61 | 0.53 |
| Hex | D0 | 3D | 73 | 0 | 47 | 2D | 12 | 152 | 3D | 35 |
| Octal | 320 | 75 | 163 | 0 | 107 | 55 | 22 | 522 | 75 | 65 |
| Binary | 11010000 | 111101 | 1110011 | 0 | 1000111 | 101101 | 10010 | 101010010 | 111101 | 110101 |
Color Harmonies of #D03D73
Complementary color
Monochromatic Colors of #D03D73
Black with #D03D73
Text Example
Text Example
White with #D03D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03D73; }
p { color: rgb(208,61,115); }
H1.HeaderClassName
{
color: #D03D73;
}
.AnyTagClassName
{
color: #D03D73;
}
</style>
background-color css
<style>
a { background-color: #D03D73; }
a { background-color: rgb(208,61,115); }
div.DivClassName
{
background-color: #D03D73;
}
.BgClassName
{
background-color: #D03D73;
}
</style>
border-color css
<style>
span { border-color: #D03D73; }
span { border-color: rgb(208,61,115); }
td.TdClassName
{
border-color: #D03D73;
}
.TagClassName
{
border-color: #D03D73;
}
</style>