Shades of Cranberry #D73C77
Tints of Cranberry #D73C77
RGB
CMYK
RGB Variations
Color information
#D73C77 (or 0xD73C77) is known color: Cranberry. HEX triplet: D7, 3C and 77. RGB value is (215,60,119). Sum of RGB (Red+Green+Blue) = 215+60+119=394 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.57% from 394); Green value is 60 (23.83% from 255 or 15.23% from 394); Blue value is 119 (46.88% from 255 or 30.20% from 394); Max value from RGB is 215 - color contains mainly: red. Hex color #D73C77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73C77 is #28C388. Grayscale: #707070. Windows color (decimal): -2671497 or 7814359. OLE color: 7814359.
HSL color Cylindrical-coordinate representation of color #D73C77: hue angle of 337.16º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D73C77 is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 60 | 119 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.16 |
| HSL | 337.16º | 0.66% | 0.54% | - |
| HSV(B) | 337.16º | 0.72% | 0.84% | - |
| XYZ | 32.97 | 19.01 | 19.38 | - |
| YUV | 113.07 | 131.35 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 60 | 119 | 0 | 0.72 | 0.45 | 0.16 | 337.16 | 0.66 | 0.54 |
| Hex | D7 | 3C | 77 | 0 | 48 | 2D | 10 | 151 | 42 | 36 |
| Octal | 327 | 74 | 167 | 0 | 110 | 55 | 20 | 521 | 102 | 66 |
| Binary | 11010111 | 111100 | 1110111 | 0 | 1001000 | 101101 | 10000 | 101010001 | 1000010 | 110110 |
Color Harmonies of #D73C77
Complementary color
Monochromatic Colors of #D73C77
Black with #D73C77
Text Example
Text Example
White with #D73C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73C77; }
p { color: rgb(215,60,119); }
H1.HeaderClassName
{
color: #D73C77;
}
.AnyTagClassName
{
color: #D73C77;
}
</style>
background-color css
<style>
a { background-color: #D73C77; }
a { background-color: rgb(215,60,119); }
div.DivClassName
{
background-color: #D73C77;
}
.BgClassName
{
background-color: #D73C77;
}
</style>
border-color css
<style>
span { border-color: #D73C77; }
span { border-color: rgb(215,60,119); }
td.TdClassName
{
border-color: #D73C77;
}
.TagClassName
{
border-color: #D73C77;
}
</style>