Shades of Cranberry #D9577B
Tints of Cranberry #D9577B
RGB
CMYK
RGB Variations
Color information
#D9577B (or 0xD9577B) is known color: Cranberry. HEX triplet: D9, 57 and 7B. RGB value is (217,87,123). Sum of RGB (Red+Green+Blue) = 217+87+123=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 87 (34.38% from 255 or 20.37% from 427); Blue value is 123 (48.44% from 255 or 28.81% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D9577B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9577B is #26A884. Grayscale: #818181. Windows color (decimal): -2533509 or 8083417. OLE color: 8083417.
HSL color Cylindrical-coordinate representation of color #D9577B: hue angle of 343.38º 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 #D9577B is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 87 | 123 | - |
| CMYK | 0 | 0.60 | 0.43 | 0.15 |
| HSL | 343.38º | 0.63% | 0.6% | - |
| HSV(B) | 343.38º | 0.6% | 0.85% | - |
| XYZ | 35.6 | 23 | 21.3 | - |
| YUV | 129.97 | 124.07 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 87 | 123 | 0 | 0.60 | 0.43 | 0.15 | 343.38 | 0.63 | 0.6 |
| Hex | D9 | 57 | 7B | 0 | 3C | 2B | F | 157 | 3F | 3C |
| Octal | 331 | 127 | 173 | 0 | 74 | 53 | 17 | 527 | 77 | 74 |
| Binary | 11011001 | 1010111 | 1111011 | 0 | 111100 | 101011 | 1111 | 101010111 | 111111 | 111100 |
Color Harmonies of #D9577B
Complementary color
Monochromatic Colors of #D9577B
Black with #D9577B
Text Example
Text Example
White with #D9577B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9577B; }
p { color: rgb(217,87,123); }
H1.HeaderClassName
{
color: #D9577B;
}
.AnyTagClassName
{
color: #D9577B;
}
</style>
background-color css
<style>
a { background-color: #D9577B; }
a { background-color: rgb(217,87,123); }
div.DivClassName
{
background-color: #D9577B;
}
.BgClassName
{
background-color: #D9577B;
}
</style>
border-color css
<style>
span { border-color: #D9577B; }
span { border-color: rgb(217,87,123); }
td.TdClassName
{
border-color: #D9577B;
}
.TagClassName
{
border-color: #D9577B;
}
</style>