Shades of Cranberry #D9527D
Tints of Cranberry #D9527D
RGB
CMYK
RGB Variations
Color information
#D9527D (or 0xD9527D) is known color: Cranberry. HEX triplet: D9, 52 and 7D. RGB value is (217,82,125). Sum of RGB (Red+Green+Blue) = 217+82+125=424 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.18% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 217 - color contains mainly: red. Hex color #D9527D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9527D is #26AD82. Grayscale: #7F7F7F. Windows color (decimal): -2534787 or 8213209. OLE color: 8213209.
HSL color Cylindrical-coordinate representation of color #D9527D: hue angle of 340.89º 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 #D9527D is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 82 | 125 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.15 |
| HSL | 340.89º | 0.64% | 0.59% | - |
| HSV(B) | 340.89º | 0.62% | 0.85% | - |
| XYZ | 35.33 | 22.27 | 21.84 | - |
| YUV | 127.27 | 126.73 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 82 | 125 | 0 | 0.62 | 0.42 | 0.15 | 340.89 | 0.64 | 0.59 |
| Hex | D9 | 52 | 7D | 0 | 3E | 2A | F | 155 | 40 | 3B |
| Octal | 331 | 122 | 175 | 0 | 76 | 52 | 17 | 525 | 100 | 73 |
| Binary | 11011001 | 1010010 | 1111101 | 0 | 111110 | 101010 | 1111 | 101010101 | 1000000 | 111011 |
Color Harmonies of #D9527D
Complementary color
Monochromatic Colors of #D9527D
Black with #D9527D
Text Example
Text Example
White with #D9527D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9527D; }
p { color: rgb(217,82,125); }
H1.HeaderClassName
{
color: #D9527D;
}
.AnyTagClassName
{
color: #D9527D;
}
</style>
background-color css
<style>
a { background-color: #D9527D; }
a { background-color: rgb(217,82,125); }
div.DivClassName
{
background-color: #D9527D;
}
.BgClassName
{
background-color: #D9527D;
}
</style>
border-color css
<style>
span { border-color: #D9527D; }
span { border-color: rgb(217,82,125); }
td.TdClassName
{
border-color: #D9527D;
}
.TagClassName
{
border-color: #D9527D;
}
</style>