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