Shades of Cranberry #D6557C
Tints of Cranberry #D6557C
RGB
CMYK
RGB Variations
Color information
#D6557C (or 0xD6557C) is known color: Cranberry. HEX triplet: D6, 55 and 7C. RGB value is (214,85,124). Sum of RGB (Red+Green+Blue) = 214+85+124=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D6557C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6557C is #29AA83. Grayscale: #7F7F7F. Windows color (decimal): -2730628 or 8148438. OLE color: 8148438.
HSL color Cylindrical-coordinate representation of color #D6557C: hue angle of 341.86º 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 #D6557C is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 85 | 124 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.16 |
| HSL | 341.86º | 0.61% | 0.59% | - |
| HSV(B) | 341.86º | 0.6% | 0.84% | - |
| XYZ | 34.62 | 22.25 | 21.54 | - |
| YUV | 128.02 | 125.74 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 124 | 0 | 0.60 | 0.42 | 0.16 | 341.86 | 0.61 | 0.59 |
| Hex | D6 | 55 | 7C | 0 | 3C | 2A | 10 | 156 | 3D | 3B |
| Octal | 326 | 125 | 174 | 0 | 74 | 52 | 20 | 526 | 75 | 73 |
| Binary | 11010110 | 1010101 | 1111100 | 0 | 111100 | 101010 | 10000 | 101010110 | 111101 | 111011 |
Color Harmonies of #D6557C
Complementary color
Monochromatic Colors of #D6557C
Black with #D6557C
Text Example
Text Example
White with #D6557C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6557C; }
p { color: rgb(214,85,124); }
H1.HeaderClassName
{
color: #D6557C;
}
.AnyTagClassName
{
color: #D6557C;
}
</style>
background-color css
<style>
a { background-color: #D6557C; }
a { background-color: rgb(214,85,124); }
div.DivClassName
{
background-color: #D6557C;
}
.BgClassName
{
background-color: #D6557C;
}
</style>
border-color css
<style>
span { border-color: #D6557C; }
span { border-color: rgb(214,85,124); }
td.TdClassName
{
border-color: #D6557C;
}
.TagClassName
{
border-color: #D6557C;
}
</style>