Shades of Cranberry #D8486E
Tints of Cranberry #D8486E
RGB
CMYK
RGB Variations
Color information
#D8486E (or 0xD8486E) is known color: Cranberry. HEX triplet: D8, 48 and 6E. RGB value is (216,72,110). Sum of RGB (Red+Green+Blue) = 216+72+110=398 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.27% from 398); Green value is 72 (28.52% from 255 or 18.09% from 398); Blue value is 110 (43.36% from 255 or 27.64% from 398); Max value from RGB is 216 - color contains mainly: red. Hex color #D8486E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8486E is #27B791. Grayscale: #777777. Windows color (decimal): -2602898 or 7227608. OLE color: 7227608.
HSL color Cylindrical-coordinate representation of color #D8486E: hue angle of 344.17º 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 #D8486E is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 72 | 110 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.15 |
| HSL | 344.17º | 0.65% | 0.56% | - |
| HSV(B) | 344.17º | 0.67% | 0.85% | - |
| XYZ | 33.45 | 20.36 | 16.92 | - |
| YUV | 119.39 | 122.71 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 72 | 110 | 0 | 0.67 | 0.49 | 0.15 | 344.17 | 0.65 | 0.56 |
| Hex | D8 | 48 | 6E | 0 | 43 | 31 | F | 158 | 41 | 38 |
| Octal | 330 | 110 | 156 | 0 | 103 | 61 | 17 | 530 | 101 | 70 |
| Binary | 11011000 | 1001000 | 1101110 | 0 | 1000011 | 110001 | 1111 | 101011000 | 1000001 | 111000 |
Color Harmonies of #D8486E
Complementary color
Monochromatic Colors of #D8486E
Black with #D8486E
Text Example
Text Example
White with #D8486E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8486E; }
p { color: rgb(216,72,110); }
H1.HeaderClassName
{
color: #D8486E;
}
.AnyTagClassName
{
color: #D8486E;
}
</style>
background-color css
<style>
a { background-color: #D8486E; }
a { background-color: rgb(216,72,110); }
div.DivClassName
{
background-color: #D8486E;
}
.BgClassName
{
background-color: #D8486E;
}
</style>
border-color css
<style>
span { border-color: #D8486E; }
span { border-color: rgb(216,72,110); }
td.TdClassName
{
border-color: #D8486E;
}
.TagClassName
{
border-color: #D8486E;
}
</style>