Shades of Cranberry #D03D72
Tints of Cranberry #D03D72
RGB
CMYK
RGB Variations
Color information
#D03D72 (or 0xD03D72) is known color: Cranberry. HEX triplet: D0, 3D and 72. RGB value is (208,61,114). Sum of RGB (Red+Green+Blue) = 208+61+114=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 61 (24.22% from 255 or 15.93% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D03D72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03D72 is #2FC28D. Grayscale: #6E6E6E. Windows color (decimal): -3129998 or 7486928. OLE color: 7486928.
HSL color Cylindrical-coordinate representation of color #D03D72: hue angle of 338.37º 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 #D03D72 is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 61 | 114 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.18 |
| HSL | 338.37º | 0.61% | 0.53% | - |
| HSV(B) | 338.37º | 0.71% | 0.82% | - |
| XYZ | 30.72 | 17.96 | 17.77 | - |
| YUV | 111 | 129.7 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 61 | 114 | 0 | 0.71 | 0.45 | 0.18 | 338.37 | 0.61 | 0.53 |
| Hex | D0 | 3D | 72 | 0 | 47 | 2D | 12 | 152 | 3D | 35 |
| Octal | 320 | 75 | 162 | 0 | 107 | 55 | 22 | 522 | 75 | 65 |
| Binary | 11010000 | 111101 | 1110010 | 0 | 1000111 | 101101 | 10010 | 101010010 | 111101 | 110101 |
Color Harmonies of #D03D72
Complementary color
Monochromatic Colors of #D03D72
Black with #D03D72
Text Example
Text Example
White with #D03D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03D72; }
p { color: rgb(208,61,114); }
H1.HeaderClassName
{
color: #D03D72;
}
.AnyTagClassName
{
color: #D03D72;
}
</style>
background-color css
<style>
a { background-color: #D03D72; }
a { background-color: rgb(208,61,114); }
div.DivClassName
{
background-color: #D03D72;
}
.BgClassName
{
background-color: #D03D72;
}
</style>
border-color css
<style>
span { border-color: #D03D72; }
span { border-color: rgb(208,61,114); }
td.TdClassName
{
border-color: #D03D72;
}
.TagClassName
{
border-color: #D03D72;
}
</style>