Shades of Cranberry #D84178
Tints of Cranberry #D84178
RGB
CMYK
RGB Variations
Color information
#D84178 (or 0xD84178) is known color: Cranberry. HEX triplet: D8, 41 and 78. RGB value is (216,65,120). Sum of RGB (Red+Green+Blue) = 216+65+120=401 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.87% from 401); Green value is 65 (25.78% from 255 or 16.21% from 401); Blue value is 120 (47.27% from 255 or 29.93% from 401); Max value from RGB is 216 - color contains mainly: red. Hex color #D84178 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84178 is #27BE87. Grayscale: #747474. Windows color (decimal): -2604680 or 7881176. OLE color: 7881176.
HSL color Cylindrical-coordinate representation of color #D84178: hue angle of 338.15º 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 #D84178 is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 65 | 120 | - |
| CMYK | 0 | 0.70 | 0.44 | 0.15 |
| HSL | 338.15º | 0.66% | 0.55% | - |
| HSV(B) | 338.15º | 0.7% | 0.85% | - |
| XYZ | 33.6 | 19.74 | 19.81 | - |
| YUV | 116.42 | 130.03 | 199.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 65 | 120 | 0 | 0.70 | 0.44 | 0.15 | 338.15 | 0.66 | 0.55 |
| Hex | D8 | 41 | 78 | 0 | 46 | 2C | F | 152 | 42 | 37 |
| Octal | 330 | 101 | 170 | 0 | 106 | 54 | 17 | 522 | 102 | 67 |
| Binary | 11011000 | 1000001 | 1111000 | 0 | 1000110 | 101100 | 1111 | 101010010 | 1000010 | 110111 |
Color Harmonies of #D84178
Complementary color
Monochromatic Colors of #D84178
Black with #D84178
Text Example
Text Example
White with #D84178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84178; }
p { color: rgb(216,65,120); }
H1.HeaderClassName
{
color: #D84178;
}
.AnyTagClassName
{
color: #D84178;
}
</style>
background-color css
<style>
a { background-color: #D84178; }
a { background-color: rgb(216,65,120); }
div.DivClassName
{
background-color: #D84178;
}
.BgClassName
{
background-color: #D84178;
}
</style>
border-color css
<style>
span { border-color: #D84178; }
span { border-color: rgb(216,65,120); }
td.TdClassName
{
border-color: #D84178;
}
.TagClassName
{
border-color: #D84178;
}
</style>