Shades of Cranberry #D6476E
Tints of Cranberry #D6476E
RGB
CMYK
RGB Variations
Color information
#D6476E (or 0xD6476E) is known color: Cranberry. HEX triplet: D6, 47 and 6E. RGB value is (214,71,110). Sum of RGB (Red+Green+Blue) = 214+71+110=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 71 (28.12% from 255 or 17.97% from 395); Blue value is 110 (43.36% from 255 or 27.85% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D6476E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6476E is #29B891. Grayscale: #767676. Windows color (decimal): -2734226 or 7227350. OLE color: 7227350.
HSL color Cylindrical-coordinate representation of color #D6476E: hue angle of 343.64º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D6476E is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 71 | 110 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.16 |
| HSL | 343.64º | 0.64% | 0.56% | - |
| HSV(B) | 343.64º | 0.67% | 0.84% | - |
| XYZ | 32.8 | 19.93 | 16.87 | - |
| YUV | 118.2 | 123.38 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 71 | 110 | 0 | 0.67 | 0.49 | 0.16 | 343.64 | 0.64 | 0.56 |
| Hex | D6 | 47 | 6E | 0 | 43 | 31 | 10 | 158 | 40 | 38 |
| Octal | 326 | 107 | 156 | 0 | 103 | 61 | 20 | 530 | 100 | 70 |
| Binary | 11010110 | 1000111 | 1101110 | 0 | 1000011 | 110001 | 10000 | 101011000 | 1000000 | 111000 |
Color Harmonies of #D6476E
Complementary color
Monochromatic Colors of #D6476E
Black with #D6476E
Text Example
Text Example
White with #D6476E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6476E; }
p { color: rgb(214,71,110); }
H1.HeaderClassName
{
color: #D6476E;
}
.AnyTagClassName
{
color: #D6476E;
}
</style>
background-color css
<style>
a { background-color: #D6476E; }
a { background-color: rgb(214,71,110); }
div.DivClassName
{
background-color: #D6476E;
}
.BgClassName
{
background-color: #D6476E;
}
</style>
border-color css
<style>
span { border-color: #D6476E; }
span { border-color: rgb(214,71,110); }
td.TdClassName
{
border-color: #D6476E;
}
.TagClassName
{
border-color: #D6476E;
}
</style>