Shades of Cranberry #D84870
Tints of Cranberry #D84870
RGB
CMYK
RGB Variations
Color information
#D84870 (or 0xD84870) is known color: Cranberry. HEX triplet: D8, 48 and 70. RGB value is (216,72,112). Sum of RGB (Red+Green+Blue) = 216+72+112=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 72 (28.52% from 255 or 18% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D84870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84870 is #27B78F. Grayscale: #777777. Windows color (decimal): -2602896 or 7358680. OLE color: 7358680.
HSL color Cylindrical-coordinate representation of color #D84870: hue angle of 343.33º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D84870 is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 72 | 112 | - |
| CMYK | 0 | 0.67 | 0.48 | 0.15 |
| HSL | 343.33º | 0.65% | 0.56% | - |
| HSV(B) | 343.33º | 0.67% | 0.85% | - |
| XYZ | 33.56 | 20.4 | 17.5 | - |
| YUV | 119.62 | 123.71 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 72 | 112 | 0 | 0.67 | 0.48 | 0.15 | 343.33 | 0.65 | 0.56 |
| Hex | D8 | 48 | 70 | 0 | 43 | 30 | F | 157 | 41 | 38 |
| Octal | 330 | 110 | 160 | 0 | 103 | 60 | 17 | 527 | 101 | 70 |
| Binary | 11011000 | 1001000 | 1110000 | 0 | 1000011 | 110000 | 1111 | 101010111 | 1000001 | 111000 |
Color Harmonies of #D84870
Complementary color
Monochromatic Colors of #D84870
Black with #D84870
Text Example
Text Example
White with #D84870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84870; }
p { color: rgb(216,72,112); }
H1.HeaderClassName
{
color: #D84870;
}
.AnyTagClassName
{
color: #D84870;
}
</style>
background-color css
<style>
a { background-color: #D84870; }
a { background-color: rgb(216,72,112); }
div.DivClassName
{
background-color: #D84870;
}
.BgClassName
{
background-color: #D84870;
}
</style>
border-color css
<style>
span { border-color: #D84870; }
span { border-color: rgb(216,72,112); }
td.TdClassName
{
border-color: #D84870;
}
.TagClassName
{
border-color: #D84870;
}
</style>