Shades of Cranberry #D8476D
Tints of Cranberry #D8476D
RGB
CMYK
RGB Variations
Color information
#D8476D (or 0xD8476D) is known color: Cranberry. HEX triplet: D8, 47 and 6D. RGB value is (216,71,109). Sum of RGB (Red+Green+Blue) = 216+71+109=396 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.55% from 396); Green value is 71 (28.12% from 255 or 17.93% from 396); Blue value is 109 (42.97% from 255 or 27.53% from 396); Max value from RGB is 216 - color contains mainly: red. Hex color #D8476D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8476D is #27B892. Grayscale: #767676. Windows color (decimal): -2603155 or 7161816. OLE color: 7161816.
HSL color Cylindrical-coordinate representation of color #D8476D: hue angle of 344.28º 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 #D8476D is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 71 | 109 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.15 |
| HSL | 344.28º | 0.65% | 0.56% | - |
| HSV(B) | 344.28º | 0.67% | 0.85% | - |
| XYZ | 33.33 | 20.21 | 16.61 | - |
| YUV | 118.69 | 122.54 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 71 | 109 | 0 | 0.67 | 0.50 | 0.15 | 344.28 | 0.65 | 0.56 |
| Hex | D8 | 47 | 6D | 0 | 43 | 32 | F | 158 | 41 | 38 |
| Octal | 330 | 107 | 155 | 0 | 103 | 62 | 17 | 530 | 101 | 70 |
| Binary | 11011000 | 1000111 | 1101101 | 0 | 1000011 | 110010 | 1111 | 101011000 | 1000001 | 111000 |
Color Harmonies of #D8476D
Complementary color
Monochromatic Colors of #D8476D
Black with #D8476D
Text Example
Text Example
White with #D8476D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8476D; }
p { color: rgb(216,71,109); }
H1.HeaderClassName
{
color: #D8476D;
}
.AnyTagClassName
{
color: #D8476D;
}
</style>
background-color css
<style>
a { background-color: #D8476D; }
a { background-color: rgb(216,71,109); }
div.DivClassName
{
background-color: #D8476D;
}
.BgClassName
{
background-color: #D8476D;
}
</style>
border-color css
<style>
span { border-color: #D8476D; }
span { border-color: rgb(216,71,109); }
td.TdClassName
{
border-color: #D8476D;
}
.TagClassName
{
border-color: #D8476D;
}
</style>