Shades of Cranberry #D9537E
Tints of Cranberry #D9537E
RGB
CMYK
RGB Variations
Color information
#D9537E (or 0xD9537E) is known color: Cranberry. HEX triplet: D9, 53 and 7E. RGB value is (217,83,126). Sum of RGB (Red+Green+Blue) = 217+83+126=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 83 (32.81% from 255 or 19.48% from 426); Blue value is 126 (49.61% from 255 or 29.58% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D9537E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9537E is #26AC81. Grayscale: #7F7F7F. Windows color (decimal): -2534530 or 8279001. OLE color: 8279001.
HSL color Cylindrical-coordinate representation of color #D9537E: hue angle of 340.75º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D9537E is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 83 | 126 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.15 |
| HSL | 340.75º | 0.64% | 0.59% | - |
| HSV(B) | 340.75º | 0.62% | 0.85% | - |
| XYZ | 35.47 | 22.44 | 22.2 | - |
| YUV | 127.97 | 126.89 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 83 | 126 | 0 | 0.62 | 0.42 | 0.15 | 340.75 | 0.64 | 0.59 |
| Hex | D9 | 53 | 7E | 0 | 3E | 2A | F | 155 | 40 | 3B |
| Octal | 331 | 123 | 176 | 0 | 76 | 52 | 17 | 525 | 100 | 73 |
| Binary | 11011001 | 1010011 | 1111110 | 0 | 111110 | 101010 | 1111 | 101010101 | 1000000 | 111011 |
Color Harmonies of #D9537E
Complementary color
Monochromatic Colors of #D9537E
Black with #D9537E
Text Example
Text Example
White with #D9537E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9537E; }
p { color: rgb(217,83,126); }
H1.HeaderClassName
{
color: #D9537E;
}
.AnyTagClassName
{
color: #D9537E;
}
</style>
background-color css
<style>
a { background-color: #D9537E; }
a { background-color: rgb(217,83,126); }
div.DivClassName
{
background-color: #D9537E;
}
.BgClassName
{
background-color: #D9537E;
}
</style>
border-color css
<style>
span { border-color: #D9537E; }
span { border-color: rgb(217,83,126); }
td.TdClassName
{
border-color: #D9537E;
}
.TagClassName
{
border-color: #D9537E;
}
</style>