Shades of Cranberry #D55676
Tints of Cranberry #D55676
RGB
CMYK
RGB Variations
Color information
#D55676 (or 0xD55676) is known color: Cranberry. HEX triplet: D5, 56 and 76. RGB value is (213,86,118). Sum of RGB (Red+Green+Blue) = 213+86+118=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 86 (33.98% from 255 or 20.62% from 417); Blue value is 118 (46.48% from 255 or 28.30% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D55676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55676 is #2AA989. Grayscale: #7F7F7F. Windows color (decimal): -2795914 or 7755477. OLE color: 7755477.
HSL color Cylindrical-coordinate representation of color #D55676: hue angle of 344.88º 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 #D55676 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 86 | 118 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.16 |
| HSL | 344.88º | 0.6% | 0.59% | - |
| HSV(B) | 344.88º | 0.6% | 0.84% | - |
| XYZ | 34.04 | 22.11 | 19.61 | - |
| YUV | 127.62 | 122.58 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 86 | 118 | 0 | 0.60 | 0.45 | 0.16 | 344.88 | 0.6 | 0.59 |
| Hex | D5 | 56 | 76 | 0 | 3C | 2D | 10 | 159 | 3C | 3B |
| Octal | 325 | 126 | 166 | 0 | 74 | 55 | 20 | 531 | 74 | 73 |
| Binary | 11010101 | 1010110 | 1110110 | 0 | 111100 | 101101 | 10000 | 101011001 | 111100 | 111011 |
Color Harmonies of #D55676
Complementary color
Monochromatic Colors of #D55676
Black with #D55676
Text Example
Text Example
White with #D55676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55676; }
p { color: rgb(213,86,118); }
H1.HeaderClassName
{
color: #D55676;
}
.AnyTagClassName
{
color: #D55676;
}
</style>
background-color css
<style>
a { background-color: #D55676; }
a { background-color: rgb(213,86,118); }
div.DivClassName
{
background-color: #D55676;
}
.BgClassName
{
background-color: #D55676;
}
</style>
border-color css
<style>
span { border-color: #D55676; }
span { border-color: rgb(213,86,118); }
td.TdClassName
{
border-color: #D55676;
}
.TagClassName
{
border-color: #D55676;
}
</style>