Shades of Cranberry #D9557B
Tints of Cranberry #D9557B
RGB
CMYK
RGB Variations
Color information
#D9557B (or 0xD9557B) is known color: Cranberry. HEX triplet: D9, 55 and 7B. RGB value is (217,85,123). Sum of RGB (Red+Green+Blue) = 217+85+123=425 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.06% from 425); Green value is 85 (33.59% from 255 or 20% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 217 - color contains mainly: red. Hex color #D9557B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9557B is #26AA84. Grayscale: #808080. Windows color (decimal): -2534021 or 8082905. OLE color: 8082905.
HSL color Cylindrical-coordinate representation of color #D9557B: hue angle of 342.73º 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 #D9557B is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 85 | 123 | - |
| CMYK | 0 | 0.61 | 0.43 | 0.15 |
| HSL | 342.73º | 0.63% | 0.59% | - |
| HSV(B) | 342.73º | 0.61% | 0.85% | - |
| XYZ | 35.44 | 22.68 | 21.25 | - |
| YUV | 128.8 | 124.73 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 123 | 0 | 0.61 | 0.43 | 0.15 | 342.73 | 0.63 | 0.59 |
| Hex | D9 | 55 | 7B | 0 | 3D | 2B | F | 157 | 3F | 3B |
| Octal | 331 | 125 | 173 | 0 | 75 | 53 | 17 | 527 | 77 | 73 |
| Binary | 11011001 | 1010101 | 1111011 | 0 | 111101 | 101011 | 1111 | 101010111 | 111111 | 111011 |
Color Harmonies of #D9557B
Complementary color
Monochromatic Colors of #D9557B
Black with #D9557B
Text Example
Text Example
White with #D9557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9557B; }
p { color: rgb(217,85,123); }
H1.HeaderClassName
{
color: #D9557B;
}
.AnyTagClassName
{
color: #D9557B;
}
</style>
background-color css
<style>
a { background-color: #D9557B; }
a { background-color: rgb(217,85,123); }
div.DivClassName
{
background-color: #D9557B;
}
.BgClassName
{
background-color: #D9557B;
}
</style>
border-color css
<style>
span { border-color: #D9557B; }
span { border-color: rgb(217,85,123); }
td.TdClassName
{
border-color: #D9557B;
}
.TagClassName
{
border-color: #D9557B;
}
</style>