Shades of Cranberry #D5527B
Tints of Cranberry #D5527B
RGB
CMYK
RGB Variations
Color information
#D5527B (or 0xD5527B) is known color: Cranberry. HEX triplet: D5, 52 and 7B. RGB value is (213,82,123). Sum of RGB (Red+Green+Blue) = 213+82+123=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 82 (32.42% from 255 or 19.62% from 418); Blue value is 123 (48.44% from 255 or 29.43% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D5527B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5527B is #2AAD84. Grayscale: #7D7D7D. Windows color (decimal): -2796933 or 8082133. OLE color: 8082133.
HSL color Cylindrical-coordinate representation of color #D5527B: hue angle of 341.22º 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 #D5527B is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 82 | 123 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.16 |
| HSL | 341.22º | 0.61% | 0.58% | - |
| HSV(B) | 341.22º | 0.62% | 0.84% | - |
| XYZ | 34.03 | 21.61 | 21.12 | - |
| YUV | 125.84 | 126.4 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 123 | 0 | 0.62 | 0.42 | 0.16 | 341.22 | 0.61 | 0.58 |
| Hex | D5 | 52 | 7B | 0 | 3E | 2A | 10 | 155 | 3D | 3A |
| Octal | 325 | 122 | 173 | 0 | 76 | 52 | 20 | 525 | 75 | 72 |
| Binary | 11010101 | 1010010 | 1111011 | 0 | 111110 | 101010 | 10000 | 101010101 | 111101 | 111010 |
Color Harmonies of #D5527B
Complementary color
Monochromatic Colors of #D5527B
Black with #D5527B
Text Example
Text Example
White with #D5527B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5527B; }
p { color: rgb(213,82,123); }
H1.HeaderClassName
{
color: #D5527B;
}
.AnyTagClassName
{
color: #D5527B;
}
</style>
background-color css
<style>
a { background-color: #D5527B; }
a { background-color: rgb(213,82,123); }
div.DivClassName
{
background-color: #D5527B;
}
.BgClassName
{
background-color: #D5527B;
}
</style>
border-color css
<style>
span { border-color: #D5527B; }
span { border-color: rgb(213,82,123); }
td.TdClassName
{
border-color: #D5527B;
}
.TagClassName
{
border-color: #D5527B;
}
</style>