Shades of Cranberry #D6557F
Tints of Cranberry #D6557F
RGB
CMYK
RGB Variations
Color information
#D6557F (or 0xD6557F) is known color: Cranberry. HEX triplet: D6, 55 and 7F. RGB value is (214,85,127). Sum of RGB (Red+Green+Blue) = 214+85+127=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D6557F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6557F is #29AA80. Grayscale: #808080. Windows color (decimal): -2730625 or 8345046. OLE color: 8345046.
HSL color Cylindrical-coordinate representation of color #D6557F: hue angle of 340.47º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D6557F is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 85 | 127 | - |
| CMYK | 0 | 0.60 | 0.41 | 0.16 |
| HSL | 340.47º | 0.61% | 0.59% | - |
| HSV(B) | 340.47º | 0.6% | 0.84% | - |
| XYZ | 34.81 | 22.33 | 22.55 | - |
| YUV | 128.36 | 127.24 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 127 | 0 | 0.60 | 0.41 | 0.16 | 340.47 | 0.61 | 0.59 |
| Hex | D6 | 55 | 7F | 0 | 3C | 29 | 10 | 154 | 3D | 3B |
| Octal | 326 | 125 | 177 | 0 | 74 | 51 | 20 | 524 | 75 | 73 |
| Binary | 11010110 | 1010101 | 1111111 | 0 | 111100 | 101001 | 10000 | 101010100 | 111101 | 111011 |
Color Harmonies of #D6557F
Complementary color
Monochromatic Colors of #D6557F
Black with #D6557F
Text Example
Text Example
White with #D6557F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6557F; }
p { color: rgb(214,85,127); }
H1.HeaderClassName
{
color: #D6557F;
}
.AnyTagClassName
{
color: #D6557F;
}
</style>
background-color css
<style>
a { background-color: #D6557F; }
a { background-color: rgb(214,85,127); }
div.DivClassName
{
background-color: #D6557F;
}
.BgClassName
{
background-color: #D6557F;
}
</style>
border-color css
<style>
span { border-color: #D6557F; }
span { border-color: rgb(214,85,127); }
td.TdClassName
{
border-color: #D6557F;
}
.TagClassName
{
border-color: #D6557F;
}
</style>