Shades of Cranberry #D9577F
Tints of Cranberry #D9577F
RGB
CMYK
RGB Variations
Color information
#D9577F (or 0xD9577F) is known color: Cranberry. HEX triplet: D9, 57 and 7F. RGB value is (217,87,127). Sum of RGB (Red+Green+Blue) = 217+87+127=431 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.35% from 431); Green value is 87 (34.38% from 255 or 20.19% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 217 - color contains mainly: red. Hex color #D9577F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9577F is #26A880. Grayscale: #828282. Windows color (decimal): -2533505 or 8345561. OLE color: 8345561.
HSL color Cylindrical-coordinate representation of color #D9577F: hue angle of 341.54º 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 #D9577F is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 87 | 127 | - |
| CMYK | 0 | 0.60 | 0.41 | 0.15 |
| HSL | 341.54º | 0.63% | 0.6% | - |
| HSV(B) | 341.54º | 0.6% | 0.85% | - |
| XYZ | 35.85 | 23.1 | 22.65 | - |
| YUV | 130.43 | 126.07 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 87 | 127 | 0 | 0.60 | 0.41 | 0.15 | 341.54 | 0.63 | 0.6 |
| Hex | D9 | 57 | 7F | 0 | 3C | 29 | F | 156 | 3F | 3C |
| Octal | 331 | 127 | 177 | 0 | 74 | 51 | 17 | 526 | 77 | 74 |
| Binary | 11011001 | 1010111 | 1111111 | 0 | 111100 | 101001 | 1111 | 101010110 | 111111 | 111100 |
Color Harmonies of #D9577F
Complementary color
Monochromatic Colors of #D9577F
Black with #D9577F
Text Example
Text Example
White with #D9577F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9577F; }
p { color: rgb(217,87,127); }
H1.HeaderClassName
{
color: #D9577F;
}
.AnyTagClassName
{
color: #D9577F;
}
</style>
background-color css
<style>
a { background-color: #D9577F; }
a { background-color: rgb(217,87,127); }
div.DivClassName
{
background-color: #D9577F;
}
.BgClassName
{
background-color: #D9577F;
}
</style>
border-color css
<style>
span { border-color: #D9577F; }
span { border-color: rgb(217,87,127); }
td.TdClassName
{
border-color: #D9577F;
}
.TagClassName
{
border-color: #D9577F;
}
</style>