Shades of Cranberry #D84A71
Tints of Cranberry #D84A71
RGB
CMYK
RGB Variations
Color information
#D84A71 (or 0xD84A71) is known color: Cranberry. HEX triplet: D8, 4A and 71. RGB value is (216,74,113). Sum of RGB (Red+Green+Blue) = 216+74+113=403 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.60% from 403); Green value is 74 (29.30% from 255 or 18.36% from 403); Blue value is 113 (44.53% from 255 or 28.04% from 403); Max value from RGB is 216 - color contains mainly: red. Hex color #D84A71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84A71 is #27B58E. Grayscale: #787878. Windows color (decimal): -2602383 or 7424728. OLE color: 7424728.
HSL color Cylindrical-coordinate representation of color #D84A71: hue angle of 343.52º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D84A71 is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 74 | 113 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.15 |
| HSL | 343.52º | 0.65% | 0.57% | - |
| HSV(B) | 343.52º | 0.66% | 0.85% | - |
| XYZ | 33.75 | 20.69 | 17.84 | - |
| YUV | 120.9 | 123.54 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 74 | 113 | 0 | 0.66 | 0.48 | 0.15 | 343.52 | 0.65 | 0.57 |
| Hex | D8 | 4A | 71 | 0 | 42 | 30 | F | 158 | 41 | 39 |
| Octal | 330 | 112 | 161 | 0 | 102 | 60 | 17 | 530 | 101 | 71 |
| Binary | 11011000 | 1001010 | 1110001 | 0 | 1000010 | 110000 | 1111 | 101011000 | 1000001 | 111001 |
Color Harmonies of #D84A71
Complementary color
Monochromatic Colors of #D84A71
Black with #D84A71
Text Example
Text Example
White with #D84A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84A71; }
p { color: rgb(216,74,113); }
H1.HeaderClassName
{
color: #D84A71;
}
.AnyTagClassName
{
color: #D84A71;
}
</style>
background-color css
<style>
a { background-color: #D84A71; }
a { background-color: rgb(216,74,113); }
div.DivClassName
{
background-color: #D84A71;
}
.BgClassName
{
background-color: #D84A71;
}
</style>
border-color css
<style>
span { border-color: #D84A71; }
span { border-color: rgb(216,74,113); }
td.TdClassName
{
border-color: #D84A71;
}
.TagClassName
{
border-color: #D84A71;
}
</style>