Shades of Cranberry #D9537D
Tints of Cranberry #D9537D
RGB
CMYK
RGB Variations
Color information
#D9537D (or 0xD9537D) is known color: Cranberry. HEX triplet: D9, 53 and 7D. RGB value is (217,83,125). Sum of RGB (Red+Green+Blue) = 217+83+125=425 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.06% from 425); Green value is 83 (32.81% from 255 or 19.53% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 217 - color contains mainly: red. Hex color #D9537D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9537D is #26AC82. Grayscale: #7F7F7F. Windows color (decimal): -2534531 or 8213465. OLE color: 8213465.
HSL color Cylindrical-coordinate representation of color #D9537D: hue angle of 341.19º 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 #D9537D is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 83 | 125 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.15 |
| HSL | 341.19º | 0.64% | 0.59% | - |
| HSV(B) | 341.19º | 0.62% | 0.85% | - |
| XYZ | 35.41 | 22.42 | 21.86 | - |
| YUV | 127.85 | 126.39 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 83 | 125 | 0 | 0.62 | 0.42 | 0.15 | 341.19 | 0.64 | 0.59 |
| Hex | D9 | 53 | 7D | 0 | 3E | 2A | F | 155 | 40 | 3B |
| Octal | 331 | 123 | 175 | 0 | 76 | 52 | 17 | 525 | 100 | 73 |
| Binary | 11011001 | 1010011 | 1111101 | 0 | 111110 | 101010 | 1111 | 101010101 | 1000000 | 111011 |
Color Harmonies of #D9537D
Complementary color
Monochromatic Colors of #D9537D
Black with #D9537D
Text Example
Text Example
White with #D9537D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9537D; }
p { color: rgb(217,83,125); }
H1.HeaderClassName
{
color: #D9537D;
}
.AnyTagClassName
{
color: #D9537D;
}
</style>
background-color css
<style>
a { background-color: #D9537D; }
a { background-color: rgb(217,83,125); }
div.DivClassName
{
background-color: #D9537D;
}
.BgClassName
{
background-color: #D9537D;
}
</style>
border-color css
<style>
span { border-color: #D9537D; }
span { border-color: rgb(217,83,125); }
td.TdClassName
{
border-color: #D9537D;
}
.TagClassName
{
border-color: #D9537D;
}
</style>