Shades of Cranberry #D9466E
Tints of Cranberry #D9466E
RGB
CMYK
RGB Variations
Color information
#D9466E (or 0xD9466E) is known color: Cranberry. HEX triplet: D9, 46 and 6E. RGB value is (217,70,110). Sum of RGB (Red+Green+Blue) = 217+70+110=397 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.66% from 397); Green value is 70 (27.73% from 255 or 17.63% from 397); Blue value is 110 (43.36% from 255 or 27.71% from 397); Max value from RGB is 217 - color contains mainly: red. Hex color #D9466E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9466E is #26B991. Grayscale: #767676. Windows color (decimal): -2537874 or 7227097. OLE color: 7227097.
HSL color Cylindrical-coordinate representation of color #D9466E: hue angle of 343.67º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D9466E is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 70 | 110 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.15 |
| HSL | 343.67º | 0.66% | 0.56% | - |
| HSV(B) | 343.67º | 0.68% | 0.85% | - |
| XYZ | 33.62 | 20.26 | 16.89 | - |
| YUV | 118.51 | 123.2 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 70 | 110 | 0 | 0.68 | 0.49 | 0.15 | 343.67 | 0.66 | 0.56 |
| Hex | D9 | 46 | 6E | 0 | 44 | 31 | F | 158 | 42 | 38 |
| Octal | 331 | 106 | 156 | 0 | 104 | 61 | 17 | 530 | 102 | 70 |
| Binary | 11011001 | 1000110 | 1101110 | 0 | 1000100 | 110001 | 1111 | 101011000 | 1000010 | 111000 |
Color Harmonies of #D9466E
Complementary color
Monochromatic Colors of #D9466E
Black with #D9466E
Text Example
Text Example
White with #D9466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9466E; }
p { color: rgb(217,70,110); }
H1.HeaderClassName
{
color: #D9466E;
}
.AnyTagClassName
{
color: #D9466E;
}
</style>
background-color css
<style>
a { background-color: #D9466E; }
a { background-color: rgb(217,70,110); }
div.DivClassName
{
background-color: #D9466E;
}
.BgClassName
{
background-color: #D9466E;
}
</style>
border-color css
<style>
span { border-color: #D9466E; }
span { border-color: rgb(217,70,110); }
td.TdClassName
{
border-color: #D9466E;
}
.TagClassName
{
border-color: #D9466E;
}
</style>