Shades of Cranberry #D84A75
Tints of Cranberry #D84A75
RGB
CMYK
RGB Variations
Color information
#D84A75 (or 0xD84A75) is known color: Cranberry. HEX triplet: D8, 4A and 75. RGB value is (216,74,117). Sum of RGB (Red+Green+Blue) = 216+74+117=407 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.07% from 407); Green value is 74 (29.30% from 255 or 18.18% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 216 - color contains mainly: red. Hex color #D84A75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84A75 is #27B58A. Grayscale: #797979. Windows color (decimal): -2602379 or 7686872. OLE color: 7686872.
HSL color Cylindrical-coordinate representation of color #D84A75: hue angle of 341.83º 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 #D84A75 is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 74 | 117 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.15 |
| HSL | 341.83º | 0.65% | 0.57% | - |
| HSV(B) | 341.83º | 0.66% | 0.85% | - |
| XYZ | 33.98 | 20.78 | 19.05 | - |
| YUV | 121.36 | 125.54 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 74 | 117 | 0 | 0.66 | 0.46 | 0.15 | 341.83 | 0.65 | 0.57 |
| Hex | D8 | 4A | 75 | 0 | 42 | 2E | F | 156 | 41 | 39 |
| Octal | 330 | 112 | 165 | 0 | 102 | 56 | 17 | 526 | 101 | 71 |
| Binary | 11011000 | 1001010 | 1110101 | 0 | 1000010 | 101110 | 1111 | 101010110 | 1000001 | 111001 |
Color Harmonies of #D84A75
Complementary color
Monochromatic Colors of #D84A75
Black with #D84A75
Text Example
Text Example
White with #D84A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84A75; }
p { color: rgb(216,74,117); }
H1.HeaderClassName
{
color: #D84A75;
}
.AnyTagClassName
{
color: #D84A75;
}
</style>
background-color css
<style>
a { background-color: #D84A75; }
a { background-color: rgb(216,74,117); }
div.DivClassName
{
background-color: #D84A75;
}
.BgClassName
{
background-color: #D84A75;
}
</style>
border-color css
<style>
span { border-color: #D84A75; }
span { border-color: rgb(216,74,117); }
td.TdClassName
{
border-color: #D84A75;
}
.TagClassName
{
border-color: #D84A75;
}
</style>