Shades of Cranberry #D55A86
Tints of Cranberry #D55A86
RGB
CMYK
RGB Variations
Color information
#D55A86 (or 0xD55A86) is known color: Cranberry. HEX triplet: D5, 5A and 86. RGB value is (213,90,134). Sum of RGB (Red+Green+Blue) = 213+90+134=437 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.74% from 437); Green value is 90 (35.55% from 255 or 20.59% from 437); Blue value is 134 (52.73% from 255 or 30.66% from 437); Max value from RGB is 213 - color contains mainly: red. Hex color #D55A86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55A86 is #2AA579. Grayscale: #838383. Windows color (decimal): -2794874 or 8805077. OLE color: 8805077.
HSL color Cylindrical-coordinate representation of color #D55A86: hue angle of 338.54º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D55A86 is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 90 | 134 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.16 |
| HSL | 338.54º | 0.59% | 0.59% | - |
| HSV(B) | 338.54º | 0.58% | 0.84% | - |
| XYZ | 35.4 | 23.18 | 25.16 | - |
| YUV | 131.79 | 129.25 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 90 | 134 | 0 | 0.58 | 0.37 | 0.16 | 338.54 | 0.59 | 0.59 |
| Hex | D5 | 5A | 86 | 0 | 3A | 25 | 10 | 153 | 3B | 3B |
| Octal | 325 | 132 | 206 | 0 | 72 | 45 | 20 | 523 | 73 | 73 |
| Binary | 11010101 | 1011010 | 10000110 | 0 | 111010 | 100101 | 10000 | 101010011 | 111011 | 111011 |
Color Harmonies of #D55A86
Complementary color
Monochromatic Colors of #D55A86
Black with #D55A86
Text Example
Text Example
White with #D55A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55A86; }
p { color: rgb(213,90,134); }
H1.HeaderClassName
{
color: #D55A86;
}
.AnyTagClassName
{
color: #D55A86;
}
</style>
background-color css
<style>
a { background-color: #D55A86; }
a { background-color: rgb(213,90,134); }
div.DivClassName
{
background-color: #D55A86;
}
.BgClassName
{
background-color: #D55A86;
}
</style>
border-color css
<style>
span { border-color: #D55A86; }
span { border-color: rgb(213,90,134); }
td.TdClassName
{
border-color: #D55A86;
}
.TagClassName
{
border-color: #D55A86;
}
</style>