Shades of Cranberry #D8557D
Tints of Cranberry #D8557D
RGB
CMYK
RGB Variations
Color information
#D8557D (or 0xD8557D) is known color: Cranberry. HEX triplet: D8, 55 and 7D. RGB value is (216,85,125). Sum of RGB (Red+Green+Blue) = 216+85+125=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D8557D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8557D is #27AA82. Grayscale: #808080. Windows color (decimal): -2599555 or 8213976. OLE color: 8213976.
HSL color Cylindrical-coordinate representation of color #D8557D: hue angle of 341.68º 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 #D8557D is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 85 | 125 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.15 |
| HSL | 341.68º | 0.63% | 0.59% | - |
| HSV(B) | 341.68º | 0.61% | 0.85% | - |
| XYZ | 35.27 | 22.58 | 21.9 | - |
| YUV | 128.73 | 125.9 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 85 | 125 | 0 | 0.61 | 0.42 | 0.15 | 341.68 | 0.63 | 0.59 |
| Hex | D8 | 55 | 7D | 0 | 3D | 2A | F | 156 | 3F | 3B |
| Octal | 330 | 125 | 175 | 0 | 75 | 52 | 17 | 526 | 77 | 73 |
| Binary | 11011000 | 1010101 | 1111101 | 0 | 111101 | 101010 | 1111 | 101010110 | 111111 | 111011 |
Color Harmonies of #D8557D
Complementary color
Monochromatic Colors of #D8557D
Black with #D8557D
Text Example
Text Example
White with #D8557D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8557D; }
p { color: rgb(216,85,125); }
H1.HeaderClassName
{
color: #D8557D;
}
.AnyTagClassName
{
color: #D8557D;
}
</style>
background-color css
<style>
a { background-color: #D8557D; }
a { background-color: rgb(216,85,125); }
div.DivClassName
{
background-color: #D8557D;
}
.BgClassName
{
background-color: #D8557D;
}
</style>
border-color css
<style>
span { border-color: #D8557D; }
span { border-color: rgb(216,85,125); }
td.TdClassName
{
border-color: #D8557D;
}
.TagClassName
{
border-color: #D8557D;
}
</style>