Shades of Cranberry #D9557C
Tints of Cranberry #D9557C
RGB
CMYK
RGB Variations
Color information
#D9557C (or 0xD9557C) is known color: Cranberry. HEX triplet: D9, 55 and 7C. RGB value is (217,85,124). Sum of RGB (Red+Green+Blue) = 217+85+124=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D9557C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9557C is #26AA83. Grayscale: #808080. Windows color (decimal): -2534020 or 8148441. OLE color: 8148441.
HSL color Cylindrical-coordinate representation of color #D9557C: hue angle of 342.27º 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 #D9557C is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 85 | 124 | - |
| CMYK | 0 | 0.61 | 0.43 | 0.15 |
| HSL | 342.27º | 0.63% | 0.59% | - |
| HSV(B) | 342.27º | 0.61% | 0.85% | - |
| XYZ | 35.5 | 22.7 | 21.58 | - |
| YUV | 128.91 | 125.23 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 124 | 0 | 0.61 | 0.43 | 0.15 | 342.27 | 0.63 | 0.59 |
| Hex | D9 | 55 | 7C | 0 | 3D | 2B | F | 156 | 3F | 3B |
| Octal | 331 | 125 | 174 | 0 | 75 | 53 | 17 | 526 | 77 | 73 |
| Binary | 11011001 | 1010101 | 1111100 | 0 | 111101 | 101011 | 1111 | 101010110 | 111111 | 111011 |
Color Harmonies of #D9557C
Complementary color
Monochromatic Colors of #D9557C
Black with #D9557C
Text Example
Text Example
White with #D9557C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9557C; }
p { color: rgb(217,85,124); }
H1.HeaderClassName
{
color: #D9557C;
}
.AnyTagClassName
{
color: #D9557C;
}
</style>
background-color css
<style>
a { background-color: #D9557C; }
a { background-color: rgb(217,85,124); }
div.DivClassName
{
background-color: #D9557C;
}
.BgClassName
{
background-color: #D9557C;
}
</style>
border-color css
<style>
span { border-color: #D9557C; }
span { border-color: rgb(217,85,124); }
td.TdClassName
{
border-color: #D9557C;
}
.TagClassName
{
border-color: #D9557C;
}
</style>