Shades of Cranberry #D84A76
Tints of Cranberry #D84A76
RGB
CMYK
RGB Variations
Color information
#D84A76 (or 0xD84A76) is known color: Cranberry. HEX triplet: D8, 4A and 76. RGB value is (216,74,118). Sum of RGB (Red+Green+Blue) = 216+74+118=408 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.94% from 408); Green value is 74 (29.30% from 255 or 18.14% from 408); Blue value is 118 (46.48% from 255 or 28.92% from 408); Max value from RGB is 216 - color contains mainly: red. Hex color #D84A76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84A76 is #27B589. Grayscale: #797979. Windows color (decimal): -2602378 or 7752408. OLE color: 7752408.
HSL color Cylindrical-coordinate representation of color #D84A76: hue angle of 341.41º 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 #D84A76 is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 74 | 118 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.15 |
| HSL | 341.41º | 0.65% | 0.57% | - |
| HSV(B) | 341.41º | 0.66% | 0.85% | - |
| XYZ | 34.04 | 20.8 | 19.36 | - |
| YUV | 121.47 | 126.04 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 74 | 118 | 0 | 0.66 | 0.45 | 0.15 | 341.41 | 0.65 | 0.57 |
| Hex | D8 | 4A | 76 | 0 | 42 | 2D | F | 155 | 41 | 39 |
| Octal | 330 | 112 | 166 | 0 | 102 | 55 | 17 | 525 | 101 | 71 |
| Binary | 11011000 | 1001010 | 1110110 | 0 | 1000010 | 101101 | 1111 | 101010101 | 1000001 | 111001 |
Color Harmonies of #D84A76
Complementary color
Monochromatic Colors of #D84A76
Black with #D84A76
Text Example
Text Example
White with #D84A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84A76; }
p { color: rgb(216,74,118); }
H1.HeaderClassName
{
color: #D84A76;
}
.AnyTagClassName
{
color: #D84A76;
}
</style>
background-color css
<style>
a { background-color: #D84A76; }
a { background-color: rgb(216,74,118); }
div.DivClassName
{
background-color: #D84A76;
}
.BgClassName
{
background-color: #D84A76;
}
</style>
border-color css
<style>
span { border-color: #D84A76; }
span { border-color: rgb(216,74,118); }
td.TdClassName
{
border-color: #D84A76;
}
.TagClassName
{
border-color: #D84A76;
}
</style>