Shades of Cranberry #D5527A
Tints of Cranberry #D5527A
RGB
CMYK
RGB Variations
Color information
#D5527A (or 0xD5527A) is known color: Cranberry. HEX triplet: D5, 52 and 7A. RGB value is (213,82,122). Sum of RGB (Red+Green+Blue) = 213+82+122=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 82 (32.42% from 255 or 19.66% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D5527A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5527A is #2AAD85. Grayscale: #7D7D7D. Windows color (decimal): -2796934 or 8016597. OLE color: 8016597.
HSL color Cylindrical-coordinate representation of color #D5527A: hue angle of 341.68º 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 #D5527A is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 82 | 122 | - |
| CMYK | 0 | 0.62 | 0.43 | 0.16 |
| HSL | 341.68º | 0.61% | 0.58% | - |
| HSV(B) | 341.68º | 0.62% | 0.84% | - |
| XYZ | 33.97 | 21.59 | 20.79 | - |
| YUV | 125.73 | 125.9 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 122 | 0 | 0.62 | 0.43 | 0.16 | 341.68 | 0.61 | 0.58 |
| Hex | D5 | 52 | 7A | 0 | 3E | 2B | 10 | 156 | 3D | 3A |
| Octal | 325 | 122 | 172 | 0 | 76 | 53 | 20 | 526 | 75 | 72 |
| Binary | 11010101 | 1010010 | 1111010 | 0 | 111110 | 101011 | 10000 | 101010110 | 111101 | 111010 |
Color Harmonies of #D5527A
Complementary color
Monochromatic Colors of #D5527A
Black with #D5527A
Text Example
Text Example
White with #D5527A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5527A; }
p { color: rgb(213,82,122); }
H1.HeaderClassName
{
color: #D5527A;
}
.AnyTagClassName
{
color: #D5527A;
}
</style>
background-color css
<style>
a { background-color: #D5527A; }
a { background-color: rgb(213,82,122); }
div.DivClassName
{
background-color: #D5527A;
}
.BgClassName
{
background-color: #D5527A;
}
</style>
border-color css
<style>
span { border-color: #D5527A; }
span { border-color: rgb(213,82,122); }
td.TdClassName
{
border-color: #D5527A;
}
.TagClassName
{
border-color: #D5527A;
}
</style>