Shades of Cranberry #D5558A
Tints of Cranberry #D5558A
RGB
CMYK
RGB Variations
Color information
#D5558A (or 0xD5558A) is known color: Cranberry. HEX triplet: D5, 55 and 8A. RGB value is (213,85,138). Sum of RGB (Red+Green+Blue) = 213+85+138=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 138 (54.30% from 255 or 31.65% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D5558A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5558A is #2AAA75. Grayscale: #818181. Windows color (decimal): -2796150 or 9065941. OLE color: 9065941.
HSL color Cylindrical-coordinate representation of color #D5558A: hue angle of 335.16º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D5558A is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 85 | 138 | - |
| CMYK | 0 | 0.60 | 0.35 | 0.16 |
| HSL | 335.16º | 0.6% | 0.58% | - |
| HSV(B) | 335.16º | 0.6% | 0.84% | - |
| XYZ | 35.28 | 22.48 | 26.52 | - |
| YUV | 129.31 | 132.91 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 85 | 138 | 0 | 0.60 | 0.35 | 0.16 | 335.16 | 0.6 | 0.58 |
| Hex | D5 | 55 | 8A | 0 | 3C | 23 | 10 | 14F | 3C | 3A |
| Octal | 325 | 125 | 212 | 0 | 74 | 43 | 20 | 517 | 74 | 72 |
| Binary | 11010101 | 1010101 | 10001010 | 0 | 111100 | 100011 | 10000 | 101001111 | 111100 | 111010 |
Color Harmonies of #D5558A
Complementary color
Monochromatic Colors of #D5558A
Black with #D5558A
Text Example
Text Example
White with #D5558A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5558A; }
p { color: rgb(213,85,138); }
H1.HeaderClassName
{
color: #D5558A;
}
.AnyTagClassName
{
color: #D5558A;
}
</style>
background-color css
<style>
a { background-color: #D5558A; }
a { background-color: rgb(213,85,138); }
div.DivClassName
{
background-color: #D5558A;
}
.BgClassName
{
background-color: #D5558A;
}
</style>
border-color css
<style>
span { border-color: #D5558A; }
span { border-color: rgb(213,85,138); }
td.TdClassName
{
border-color: #D5558A;
}
.TagClassName
{
border-color: #D5558A;
}
</style>