Shades of Cranberry #D73F71
Tints of Cranberry #D73F71
RGB
CMYK
RGB Variations
Color information
#D73F71 (or 0xD73F71) is known color: Cranberry. HEX triplet: D7, 3F and 71. RGB value is (215,63,113). Sum of RGB (Red+Green+Blue) = 215+63+113=391 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.99% from 391); Green value is 63 (25% from 255 or 16.11% from 391); Blue value is 113 (44.53% from 255 or 28.90% from 391); Max value from RGB is 215 - color contains mainly: red. Hex color #D73F71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73F71 is #28C08E. Grayscale: #727272. Windows color (decimal): -2670735 or 7421911. OLE color: 7421911.
HSL color Cylindrical-coordinate representation of color #D73F71: hue angle of 340.26º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D73F71 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 63 | 113 | - |
| CMYK | 0 | 0.71 | 0.47 | 0.16 |
| HSL | 340.26º | 0.66% | 0.55% | - |
| HSV(B) | 340.26º | 0.71% | 0.84% | - |
| XYZ | 32.78 | 19.19 | 17.6 | - |
| YUV | 114.15 | 127.36 | 199.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 63 | 113 | 0 | 0.71 | 0.47 | 0.16 | 340.26 | 0.66 | 0.55 |
| Hex | D7 | 3F | 71 | 0 | 47 | 2F | 10 | 154 | 42 | 37 |
| Octal | 327 | 77 | 161 | 0 | 107 | 57 | 20 | 524 | 102 | 67 |
| Binary | 11010111 | 111111 | 1110001 | 0 | 1000111 | 101111 | 10000 | 101010100 | 1000010 | 110111 |
Color Harmonies of #D73F71
Complementary color
Monochromatic Colors of #D73F71
Black with #D73F71
Text Example
Text Example
White with #D73F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73F71; }
p { color: rgb(215,63,113); }
H1.HeaderClassName
{
color: #D73F71;
}
.AnyTagClassName
{
color: #D73F71;
}
</style>
background-color css
<style>
a { background-color: #D73F71; }
a { background-color: rgb(215,63,113); }
div.DivClassName
{
background-color: #D73F71;
}
.BgClassName
{
background-color: #D73F71;
}
</style>
border-color css
<style>
span { border-color: #D73F71; }
span { border-color: rgb(215,63,113); }
td.TdClassName
{
border-color: #D73F71;
}
.TagClassName
{
border-color: #D73F71;
}
</style>