Shades of Cranberry #D03D74
Tints of Cranberry #D03D74
RGB
CMYK
RGB Variations
Color information
#D03D74 (or 0xD03D74) is known color: Cranberry. HEX triplet: D0, 3D and 74. RGB value is (208,61,116). Sum of RGB (Red+Green+Blue) = 208+61+116=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 61 (24.22% from 255 or 15.84% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D03D74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03D74 is #2FC28B. Grayscale: #6F6F6F. Windows color (decimal): -3129996 or 7618000. OLE color: 7618000.
HSL color Cylindrical-coordinate representation of color #D03D74: hue angle of 337.55º 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 #D03D74 is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 61 | 116 | - |
| CMYK | 0 | 0.71 | 0.44 | 0.18 |
| HSL | 337.55º | 0.61% | 0.53% | - |
| HSV(B) | 337.55º | 0.71% | 0.82% | - |
| XYZ | 30.83 | 18.01 | 18.37 | - |
| YUV | 111.22 | 130.7 | 197.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 61 | 116 | 0 | 0.71 | 0.44 | 0.18 | 337.55 | 0.61 | 0.53 |
| Hex | D0 | 3D | 74 | 0 | 47 | 2C | 12 | 152 | 3D | 35 |
| Octal | 320 | 75 | 164 | 0 | 107 | 54 | 22 | 522 | 75 | 65 |
| Binary | 11010000 | 111101 | 1110100 | 0 | 1000111 | 101100 | 10010 | 101010010 | 111101 | 110101 |
Color Harmonies of #D03D74
Complementary color
Monochromatic Colors of #D03D74
Black with #D03D74
Text Example
Text Example
White with #D03D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03D74; }
p { color: rgb(208,61,116); }
H1.HeaderClassName
{
color: #D03D74;
}
.AnyTagClassName
{
color: #D03D74;
}
</style>
background-color css
<style>
a { background-color: #D03D74; }
a { background-color: rgb(208,61,116); }
div.DivClassName
{
background-color: #D03D74;
}
.BgClassName
{
background-color: #D03D74;
}
</style>
border-color css
<style>
span { border-color: #D03D74; }
span { border-color: rgb(208,61,116); }
td.TdClassName
{
border-color: #D03D74;
}
.TagClassName
{
border-color: #D03D74;
}
</style>