Shades of Cranberry #D9486E
Tints of Cranberry #D9486E
RGB
CMYK
RGB Variations
Color information
#D9486E (or 0xD9486E) is known color: Cranberry. HEX triplet: D9, 48 and 6E. RGB value is (217,72,110). Sum of RGB (Red+Green+Blue) = 217+72+110=399 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.39% from 399); Green value is 72 (28.52% from 255 or 18.05% from 399); Blue value is 110 (43.36% from 255 or 27.57% from 399); Max value from RGB is 217 - color contains mainly: red. Hex color #D9486E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9486E is #26B791. Grayscale: #777777. Windows color (decimal): -2537362 or 7227609. OLE color: 7227609.
HSL color Cylindrical-coordinate representation of color #D9486E: hue angle of 344.28º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D9486E is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 72 | 110 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.15 |
| HSL | 344.28º | 0.66% | 0.57% | - |
| HSV(B) | 344.28º | 0.67% | 0.85% | - |
| XYZ | 33.75 | 20.51 | 16.93 | - |
| YUV | 119.69 | 122.54 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 72 | 110 | 0 | 0.67 | 0.49 | 0.15 | 344.28 | 0.66 | 0.57 |
| Hex | D9 | 48 | 6E | 0 | 43 | 31 | F | 158 | 42 | 39 |
| Octal | 331 | 110 | 156 | 0 | 103 | 61 | 17 | 530 | 102 | 71 |
| Binary | 11011001 | 1001000 | 1101110 | 0 | 1000011 | 110001 | 1111 | 101011000 | 1000010 | 111001 |
Color Harmonies of #D9486E
Complementary color
Monochromatic Colors of #D9486E
Black with #D9486E
Text Example
Text Example
White with #D9486E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9486E; }
p { color: rgb(217,72,110); }
H1.HeaderClassName
{
color: #D9486E;
}
.AnyTagClassName
{
color: #D9486E;
}
</style>
background-color css
<style>
a { background-color: #D9486E; }
a { background-color: rgb(217,72,110); }
div.DivClassName
{
background-color: #D9486E;
}
.BgClassName
{
background-color: #D9486E;
}
</style>
border-color css
<style>
span { border-color: #D9486E; }
span { border-color: rgb(217,72,110); }
td.TdClassName
{
border-color: #D9486E;
}
.TagClassName
{
border-color: #D9486E;
}
</style>