Shades of Cranberry #D8557F
Tints of Cranberry #D8557F
RGB
CMYK
RGB Variations
Color information
#D8557F (or 0xD8557F) is known color: Cranberry. HEX triplet: D8, 55 and 7F. RGB value is (216,85,127). Sum of RGB (Red+Green+Blue) = 216+85+127=428 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.47% from 428); Green value is 85 (33.59% from 255 or 19.86% from 428); Blue value is 127 (50% from 255 or 29.67% from 428); Max value from RGB is 216 - color contains mainly: red. Hex color #D8557F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8557F is #27AA80. Grayscale: #808080. Windows color (decimal): -2599553 or 8345048. OLE color: 8345048.
HSL color Cylindrical-coordinate representation of color #D8557F: hue angle of 340.76º 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 #D8557F is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 85 | 127 | - |
| CMYK | 0 | 0.61 | 0.41 | 0.15 |
| HSL | 340.76º | 0.63% | 0.59% | - |
| HSV(B) | 340.76º | 0.61% | 0.85% | - |
| XYZ | 35.4 | 22.63 | 22.58 | - |
| YUV | 128.96 | 126.9 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 85 | 127 | 0 | 0.61 | 0.41 | 0.15 | 340.76 | 0.63 | 0.59 |
| Hex | D8 | 55 | 7F | 0 | 3D | 29 | F | 155 | 3F | 3B |
| Octal | 330 | 125 | 177 | 0 | 75 | 51 | 17 | 525 | 77 | 73 |
| Binary | 11011000 | 1010101 | 1111111 | 0 | 111101 | 101001 | 1111 | 101010101 | 111111 | 111011 |
Color Harmonies of #D8557F
Complementary color
Monochromatic Colors of #D8557F
Black with #D8557F
Text Example
Text Example
White with #D8557F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8557F; }
p { color: rgb(216,85,127); }
H1.HeaderClassName
{
color: #D8557F;
}
.AnyTagClassName
{
color: #D8557F;
}
</style>
background-color css
<style>
a { background-color: #D8557F; }
a { background-color: rgb(216,85,127); }
div.DivClassName
{
background-color: #D8557F;
}
.BgClassName
{
background-color: #D8557F;
}
</style>
border-color css
<style>
span { border-color: #D8557F; }
span { border-color: rgb(216,85,127); }
td.TdClassName
{
border-color: #D8557F;
}
.TagClassName
{
border-color: #D8557F;
}
</style>