Shades of Cranberry #D5527E
Tints of Cranberry #D5527E
RGB
CMYK
RGB Variations
Color information
#D5527E (or 0xD5527E) is known color: Cranberry. HEX triplet: D5, 52 and 7E. RGB value is (213,82,126). Sum of RGB (Red+Green+Blue) = 213+82+126=421 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.59% from 421); Green value is 82 (32.42% from 255 or 19.48% from 421); Blue value is 126 (49.61% from 255 or 29.93% from 421); Max value from RGB is 213 - color contains mainly: red. Hex color #D5527E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5527E is #2AAD81. Grayscale: #7E7E7E. Windows color (decimal): -2796930 or 8278741. OLE color: 8278741.
HSL color Cylindrical-coordinate representation of color #D5527E: hue angle of 339.85º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D5527E is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 82 | 126 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.16 |
| HSL | 339.85º | 0.61% | 0.58% | - |
| HSV(B) | 339.85º | 0.62% | 0.84% | - |
| XYZ | 34.22 | 21.69 | 22.12 | - |
| YUV | 126.19 | 127.9 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 126 | 0 | 0.62 | 0.41 | 0.16 | 339.85 | 0.61 | 0.58 |
| Hex | D5 | 52 | 7E | 0 | 3E | 29 | 10 | 154 | 3D | 3A |
| Octal | 325 | 122 | 176 | 0 | 76 | 51 | 20 | 524 | 75 | 72 |
| Binary | 11010101 | 1010010 | 1111110 | 0 | 111110 | 101001 | 10000 | 101010100 | 111101 | 111010 |
Color Harmonies of #D5527E
Complementary color
Monochromatic Colors of #D5527E
Black with #D5527E
Text Example
Text Example
White with #D5527E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5527E; }
p { color: rgb(213,82,126); }
H1.HeaderClassName
{
color: #D5527E;
}
.AnyTagClassName
{
color: #D5527E;
}
</style>
background-color css
<style>
a { background-color: #D5527E; }
a { background-color: rgb(213,82,126); }
div.DivClassName
{
background-color: #D5527E;
}
.BgClassName
{
background-color: #D5527E;
}
</style>
border-color css
<style>
span { border-color: #D5527E; }
span { border-color: rgb(213,82,126); }
td.TdClassName
{
border-color: #D5527E;
}
.TagClassName
{
border-color: #D5527E;
}
</style>