Shades of Cranberry #D9527B
Tints of Cranberry #D9527B
RGB
CMYK
RGB Variations
Color information
#D9527B (or 0xD9527B) is known color: Cranberry. HEX triplet: D9, 52 and 7B. RGB value is (217,82,123). Sum of RGB (Red+Green+Blue) = 217+82+123=422 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.42% from 422); Green value is 82 (32.42% from 255 or 19.43% from 422); Blue value is 123 (48.44% from 255 or 29.15% from 422); Max value from RGB is 217 - color contains mainly: red. Hex color #D9527B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9527B is #26AD84. Grayscale: #7F7F7F. Windows color (decimal): -2534789 or 8082137. OLE color: 8082137.
HSL color Cylindrical-coordinate representation of color #D9527B: hue angle of 341.78º 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 #D9527B is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 82 | 123 | - |
| CMYK | 0 | 0.62 | 0.43 | 0.15 |
| HSL | 341.78º | 0.64% | 0.59% | - |
| HSV(B) | 341.78º | 0.62% | 0.85% | - |
| XYZ | 35.21 | 22.22 | 21.17 | - |
| YUV | 127.04 | 125.73 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 82 | 123 | 0 | 0.62 | 0.43 | 0.15 | 341.78 | 0.64 | 0.59 |
| Hex | D9 | 52 | 7B | 0 | 3E | 2B | F | 156 | 40 | 3B |
| Octal | 331 | 122 | 173 | 0 | 76 | 53 | 17 | 526 | 100 | 73 |
| Binary | 11011001 | 1010010 | 1111011 | 0 | 111110 | 101011 | 1111 | 101010110 | 1000000 | 111011 |
Color Harmonies of #D9527B
Complementary color
Monochromatic Colors of #D9527B
Black with #D9527B
Text Example
Text Example
White with #D9527B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9527B; }
p { color: rgb(217,82,123); }
H1.HeaderClassName
{
color: #D9527B;
}
.AnyTagClassName
{
color: #D9527B;
}
</style>
background-color css
<style>
a { background-color: #D9527B; }
a { background-color: rgb(217,82,123); }
div.DivClassName
{
background-color: #D9527B;
}
.BgClassName
{
background-color: #D9527B;
}
</style>
border-color css
<style>
span { border-color: #D9527B; }
span { border-color: rgb(217,82,123); }
td.TdClassName
{
border-color: #D9527B;
}
.TagClassName
{
border-color: #D9527B;
}
</style>