Shades of Cranberry #D55F77
Tints of Cranberry #D55F77
RGB
CMYK
RGB Variations
Color information
#D55F77 (or 0xD55F77) is known color: Cranberry. HEX triplet: D5, 5F and 77. RGB value is (213,95,119). Sum of RGB (Red+Green+Blue) = 213+95+119=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 95 (37.5% from 255 or 22.25% from 427); Blue value is 119 (46.88% from 255 or 27.87% from 427); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55F77 is #2AA088. Grayscale: #858585. Windows color (decimal): -2793609 or 7823317. OLE color: 7823317.
HSL color Cylindrical-coordinate representation of color #D55F77: hue angle of 347.8º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D55F77 is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 95 | 119 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.16 |
| HSL | 347.8º | 0.58% | 0.6% | - |
| HSV(B) | 347.8º | 0.55% | 0.84% | - |
| XYZ | 34.86 | 23.66 | 20.18 | - |
| YUV | 133.02 | 120.09 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 95 | 119 | 0 | 0.55 | 0.44 | 0.16 | 347.8 | 0.58 | 0.6 |
| Hex | D5 | 5F | 77 | 0 | 37 | 2C | 10 | 15C | 3A | 3C |
| Octal | 325 | 137 | 167 | 0 | 67 | 54 | 20 | 534 | 72 | 74 |
| Binary | 11010101 | 1011111 | 1110111 | 0 | 110111 | 101100 | 10000 | 101011100 | 111010 | 111100 |
Color Harmonies of #D55F77
Complementary color
Monochromatic Colors of #D55F77
Black with #D55F77
Text Example
Text Example
White with #D55F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55F77; }
p { color: rgb(213,95,119); }
H1.HeaderClassName
{
color: #D55F77;
}
.AnyTagClassName
{
color: #D55F77;
}
</style>
background-color css
<style>
a { background-color: #D55F77; }
a { background-color: rgb(213,95,119); }
div.DivClassName
{
background-color: #D55F77;
}
.BgClassName
{
background-color: #D55F77;
}
</style>
border-color css
<style>
span { border-color: #D55F77; }
span { border-color: rgb(213,95,119); }
td.TdClassName
{
border-color: #D55F77;
}
.TagClassName
{
border-color: #D55F77;
}
</style>