Shades of Cranberry #D55677
Tints of Cranberry #D55677
RGB
CMYK
RGB Variations
Color information
#D55677 (or 0xD55677) is known color: Cranberry. HEX triplet: D5, 56 and 77. RGB value is (213,86,119). Sum of RGB (Red+Green+Blue) = 213+86+119=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 86 (33.98% from 255 or 20.57% from 418); Blue value is 119 (46.88% from 255 or 28.47% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D55677 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55677 is #2AA988. Grayscale: #7F7F7F. Windows color (decimal): -2795913 or 7821013. OLE color: 7821013.
HSL color Cylindrical-coordinate representation of color #D55677: hue angle of 344.41º degrees, saturation: 0.6, 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 #D55677 is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 86 | 119 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.16 |
| HSL | 344.41º | 0.6% | 0.59% | - |
| HSV(B) | 344.41º | 0.6% | 0.84% | - |
| XYZ | 34.1 | 22.13 | 19.93 | - |
| YUV | 127.74 | 123.08 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 86 | 119 | 0 | 0.60 | 0.44 | 0.16 | 344.41 | 0.6 | 0.59 |
| Hex | D5 | 56 | 77 | 0 | 3C | 2C | 10 | 158 | 3C | 3B |
| Octal | 325 | 126 | 167 | 0 | 74 | 54 | 20 | 530 | 74 | 73 |
| Binary | 11010101 | 1010110 | 1110111 | 0 | 111100 | 101100 | 10000 | 101011000 | 111100 | 111011 |
Color Harmonies of #D55677
Complementary color
Monochromatic Colors of #D55677
Black with #D55677
Text Example
Text Example
White with #D55677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55677; }
p { color: rgb(213,86,119); }
H1.HeaderClassName
{
color: #D55677;
}
.AnyTagClassName
{
color: #D55677;
}
</style>
background-color css
<style>
a { background-color: #D55677; }
a { background-color: rgb(213,86,119); }
div.DivClassName
{
background-color: #D55677;
}
.BgClassName
{
background-color: #D55677;
}
</style>
border-color css
<style>
span { border-color: #D55677; }
span { border-color: rgb(213,86,119); }
td.TdClassName
{
border-color: #D55677;
}
.TagClassName
{
border-color: #D55677;
}
</style>