Shades of Cranberry #D5577E
Tints of Cranberry #D5577E
RGB
CMYK
RGB Variations
Color information
#D5577E (or 0xD5577E) is known color: Cranberry. HEX triplet: D5, 57 and 7E. RGB value is (213,87,126). Sum of RGB (Red+Green+Blue) = 213+87+126=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 87 (34.38% from 255 or 20.42% from 426); Blue value is 126 (49.61% from 255 or 29.58% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D5577E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5577E is #2AA881. Grayscale: #818181. Windows color (decimal): -2795650 or 8280021. OLE color: 8280021.
HSL color Cylindrical-coordinate representation of color #D5577E: hue angle of 341.43º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D5577E is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 87 | 126 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.16 |
| HSL | 341.43º | 0.6% | 0.59% | - |
| HSV(B) | 341.43º | 0.59% | 0.84% | - |
| XYZ | 34.61 | 22.47 | 22.25 | - |
| YUV | 129.12 | 126.24 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 87 | 126 | 0 | 0.59 | 0.41 | 0.16 | 341.43 | 0.6 | 0.59 |
| Hex | D5 | 57 | 7E | 0 | 3B | 29 | 10 | 155 | 3C | 3B |
| Octal | 325 | 127 | 176 | 0 | 73 | 51 | 20 | 525 | 74 | 73 |
| Binary | 11010101 | 1010111 | 1111110 | 0 | 111011 | 101001 | 10000 | 101010101 | 111100 | 111011 |
Color Harmonies of #D5577E
Complementary color
Monochromatic Colors of #D5577E
Black with #D5577E
Text Example
Text Example
White with #D5577E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5577E; }
p { color: rgb(213,87,126); }
H1.HeaderClassName
{
color: #D5577E;
}
.AnyTagClassName
{
color: #D5577E;
}
</style>
background-color css
<style>
a { background-color: #D5577E; }
a { background-color: rgb(213,87,126); }
div.DivClassName
{
background-color: #D5577E;
}
.BgClassName
{
background-color: #D5577E;
}
</style>
border-color css
<style>
span { border-color: #D5577E; }
span { border-color: rgb(213,87,126); }
td.TdClassName
{
border-color: #D5577E;
}
.TagClassName
{
border-color: #D5577E;
}
</style>