Shades of Cranberry #D84176
Tints of Cranberry #D84176
RGB
CMYK
RGB Variations
Color information
#D84176 (or 0xD84176) is known color: Cranberry. HEX triplet: D8, 41 and 76. RGB value is (216,65,118). Sum of RGB (Red+Green+Blue) = 216+65+118=399 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.14% from 399); Green value is 65 (25.78% from 255 or 16.29% from 399); Blue value is 118 (46.48% from 255 or 29.57% from 399); Max value from RGB is 216 - color contains mainly: red. Hex color #D84176 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84176 is #27BE89. Grayscale: #747474. Windows color (decimal): -2604682 or 7750104. OLE color: 7750104.
HSL color Cylindrical-coordinate representation of color #D84176: hue angle of 338.94º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D84176 is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 65 | 118 | - |
| CMYK | 0 | 0.70 | 0.45 | 0.15 |
| HSL | 338.94º | 0.66% | 0.55% | - |
| HSV(B) | 338.94º | 0.7% | 0.85% | - |
| XYZ | 33.48 | 19.69 | 19.18 | - |
| YUV | 116.19 | 129.03 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 65 | 118 | 0 | 0.70 | 0.45 | 0.15 | 338.94 | 0.66 | 0.55 |
| Hex | D8 | 41 | 76 | 0 | 46 | 2D | F | 153 | 42 | 37 |
| Octal | 330 | 101 | 166 | 0 | 106 | 55 | 17 | 523 | 102 | 67 |
| Binary | 11011000 | 1000001 | 1110110 | 0 | 1000110 | 101101 | 1111 | 101010011 | 1000010 | 110111 |
Color Harmonies of #D84176
Complementary color
Monochromatic Colors of #D84176
Black with #D84176
Text Example
Text Example
White with #D84176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84176; }
p { color: rgb(216,65,118); }
H1.HeaderClassName
{
color: #D84176;
}
.AnyTagClassName
{
color: #D84176;
}
</style>
background-color css
<style>
a { background-color: #D84176; }
a { background-color: rgb(216,65,118); }
div.DivClassName
{
background-color: #D84176;
}
.BgClassName
{
background-color: #D84176;
}
</style>
border-color css
<style>
span { border-color: #D84176; }
span { border-color: rgb(216,65,118); }
td.TdClassName
{
border-color: #D84176;
}
.TagClassName
{
border-color: #D84176;
}
</style>