Shades of Cranberry #D9557D
Tints of Cranberry #D9557D
RGB
CMYK
RGB Variations
Color information
#D9557D (or 0xD9557D) is known color: Cranberry. HEX triplet: D9, 55 and 7D. RGB value is (217,85,125). Sum of RGB (Red+Green+Blue) = 217+85+125=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 85 (33.59% from 255 or 19.91% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D9557D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9557D is #26AA82. Grayscale: #818181. Windows color (decimal): -2534019 or 8213977. OLE color: 8213977.
HSL color Cylindrical-coordinate representation of color #D9557D: hue angle of 341.82º 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 #D9557D is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 85 | 125 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.15 |
| HSL | 341.82º | 0.63% | 0.59% | - |
| HSV(B) | 341.82º | 0.61% | 0.85% | - |
| XYZ | 35.57 | 22.73 | 21.91 | - |
| YUV | 129.03 | 125.73 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 125 | 0 | 0.61 | 0.42 | 0.15 | 341.82 | 0.63 | 0.59 |
| Hex | D9 | 55 | 7D | 0 | 3D | 2A | F | 156 | 3F | 3B |
| Octal | 331 | 125 | 175 | 0 | 75 | 52 | 17 | 526 | 77 | 73 |
| Binary | 11011001 | 1010101 | 1111101 | 0 | 111101 | 101010 | 1111 | 101010110 | 111111 | 111011 |
Color Harmonies of #D9557D
Complementary color
Monochromatic Colors of #D9557D
Black with #D9557D
Text Example
Text Example
White with #D9557D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9557D; }
p { color: rgb(217,85,125); }
H1.HeaderClassName
{
color: #D9557D;
}
.AnyTagClassName
{
color: #D9557D;
}
</style>
background-color css
<style>
a { background-color: #D9557D; }
a { background-color: rgb(217,85,125); }
div.DivClassName
{
background-color: #D9557D;
}
.BgClassName
{
background-color: #D9557D;
}
</style>
border-color css
<style>
span { border-color: #D9557D; }
span { border-color: rgb(217,85,125); }
td.TdClassName
{
border-color: #D9557D;
}
.TagClassName
{
border-color: #D9557D;
}
</style>