Shades of Cranberry #D9577C
Tints of Cranberry #D9577C
RGB
CMYK
RGB Variations
Color information
#D9577C (or 0xD9577C) is known color: Cranberry. HEX triplet: D9, 57 and 7C. RGB value is (217,87,124). Sum of RGB (Red+Green+Blue) = 217+87+124=428 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.70% from 428); Green value is 87 (34.38% from 255 or 20.33% from 428); Blue value is 124 (48.83% from 255 or 28.97% from 428); Max value from RGB is 217 - color contains mainly: red. Hex color #D9577C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9577C is #26A883. Grayscale: #828282. Windows color (decimal): -2533508 or 8148953. OLE color: 8148953.
HSL color Cylindrical-coordinate representation of color #D9577C: hue angle of 342.92º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D9577C is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 87 | 124 | - |
| CMYK | 0 | 0.60 | 0.43 | 0.15 |
| HSL | 342.92º | 0.63% | 0.6% | - |
| HSV(B) | 342.92º | 0.6% | 0.85% | - |
| XYZ | 35.66 | 23.02 | 21.63 | - |
| YUV | 130.09 | 124.57 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 87 | 124 | 0 | 0.60 | 0.43 | 0.15 | 342.92 | 0.63 | 0.6 |
| Hex | D9 | 57 | 7C | 0 | 3C | 2B | F | 157 | 3F | 3C |
| Octal | 331 | 127 | 174 | 0 | 74 | 53 | 17 | 527 | 77 | 74 |
| Binary | 11011001 | 1010111 | 1111100 | 0 | 111100 | 101011 | 1111 | 101010111 | 111111 | 111100 |
Color Harmonies of #D9577C
Complementary color
Monochromatic Colors of #D9577C
Black with #D9577C
Text Example
Text Example
White with #D9577C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9577C; }
p { color: rgb(217,87,124); }
H1.HeaderClassName
{
color: #D9577C;
}
.AnyTagClassName
{
color: #D9577C;
}
</style>
background-color css
<style>
a { background-color: #D9577C; }
a { background-color: rgb(217,87,124); }
div.DivClassName
{
background-color: #D9577C;
}
.BgClassName
{
background-color: #D9577C;
}
</style>
border-color css
<style>
span { border-color: #D9577C; }
span { border-color: rgb(217,87,124); }
td.TdClassName
{
border-color: #D9577C;
}
.TagClassName
{
border-color: #D9577C;
}
</style>