Shades of Cranberry #D73D76
Tints of Cranberry #D73D76
RGB
CMYK
RGB Variations
Color information
#D73D76 (or 0xD73D76) is known color: Cranberry. HEX triplet: D7, 3D and 76. RGB value is (215,61,118). Sum of RGB (Red+Green+Blue) = 215+61+118=394 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.57% from 394); Green value is 61 (24.22% from 255 or 15.48% from 394); Blue value is 118 (46.48% from 255 or 29.95% from 394); Max value from RGB is 215 - color contains mainly: red. Hex color #D73D76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73D76 is #28C289. Grayscale: #717171. Windows color (decimal): -2671242 or 7749079. OLE color: 7749079.
HSL color Cylindrical-coordinate representation of color #D73D76: hue angle of 337.79º 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 #D73D76 is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 61 | 118 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.16 |
| HSL | 337.79º | 0.66% | 0.54% | - |
| HSV(B) | 337.79º | 0.72% | 0.84% | - |
| XYZ | 32.96 | 19.09 | 19.09 | - |
| YUV | 113.54 | 130.52 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 61 | 118 | 0 | 0.72 | 0.45 | 0.16 | 337.79 | 0.66 | 0.54 |
| Hex | D7 | 3D | 76 | 0 | 48 | 2D | 10 | 152 | 42 | 36 |
| Octal | 327 | 75 | 166 | 0 | 110 | 55 | 20 | 522 | 102 | 66 |
| Binary | 11010111 | 111101 | 1110110 | 0 | 1001000 | 101101 | 10000 | 101010010 | 1000010 | 110110 |
Color Harmonies of #D73D76
Complementary color
Monochromatic Colors of #D73D76
Black with #D73D76
Text Example
Text Example
White with #D73D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73D76; }
p { color: rgb(215,61,118); }
H1.HeaderClassName
{
color: #D73D76;
}
.AnyTagClassName
{
color: #D73D76;
}
</style>
background-color css
<style>
a { background-color: #D73D76; }
a { background-color: rgb(215,61,118); }
div.DivClassName
{
background-color: #D73D76;
}
.BgClassName
{
background-color: #D73D76;
}
</style>
border-color css
<style>
span { border-color: #D73D76; }
span { border-color: rgb(215,61,118); }
td.TdClassName
{
border-color: #D73D76;
}
.TagClassName
{
border-color: #D73D76;
}
</style>