Shades of Cranberry #D9557F
Tints of Cranberry #D9557F
RGB
CMYK
RGB Variations
Color information
#D9557F (or 0xD9557F) is known color: Cranberry. HEX triplet: D9, 55 and 7F. RGB value is (217,85,127). Sum of RGB (Red+Green+Blue) = 217+85+127=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 85 (33.59% from 255 or 19.81% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D9557F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9557F is #26AA80. Grayscale: #818181. Windows color (decimal): -2534017 or 8345049. OLE color: 8345049.
HSL color Cylindrical-coordinate representation of color #D9557F: hue angle of 340.91º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D9557F is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 85 | 127 | - |
| CMYK | 0 | 0.61 | 0.41 | 0.15 |
| HSL | 340.91º | 0.63% | 0.59% | - |
| HSV(B) | 340.91º | 0.61% | 0.85% | - |
| XYZ | 35.69 | 22.78 | 22.59 | - |
| YUV | 129.26 | 126.73 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 127 | 0 | 0.61 | 0.41 | 0.15 | 340.91 | 0.63 | 0.59 |
| Hex | D9 | 55 | 7F | 0 | 3D | 29 | F | 155 | 3F | 3B |
| Octal | 331 | 125 | 177 | 0 | 75 | 51 | 17 | 525 | 77 | 73 |
| Binary | 11011001 | 1010101 | 1111111 | 0 | 111101 | 101001 | 1111 | 101010101 | 111111 | 111011 |
Color Harmonies of #D9557F
Complementary color
Monochromatic Colors of #D9557F
Black with #D9557F
Text Example
Text Example
White with #D9557F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9557F; }
p { color: rgb(217,85,127); }
H1.HeaderClassName
{
color: #D9557F;
}
.AnyTagClassName
{
color: #D9557F;
}
</style>
background-color css
<style>
a { background-color: #D9557F; }
a { background-color: rgb(217,85,127); }
div.DivClassName
{
background-color: #D9557F;
}
.BgClassName
{
background-color: #D9557F;
}
</style>
border-color css
<style>
span { border-color: #D9557F; }
span { border-color: rgb(217,85,127); }
td.TdClassName
{
border-color: #D9557F;
}
.TagClassName
{
border-color: #D9557F;
}
</style>