Shades of Cranberry #D5527F
Tints of Cranberry #D5527F
RGB
CMYK
RGB Variations
Color information
#D5527F (or 0xD5527F) is known color: Cranberry. HEX triplet: D5, 52 and 7F. RGB value is (213,82,127). Sum of RGB (Red+Green+Blue) = 213+82+127=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 82 (32.42% from 255 or 19.43% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D5527F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5527F is #2AAD80. Grayscale: #7E7E7E. Windows color (decimal): -2796929 or 8344277. OLE color: 8344277.
HSL color Cylindrical-coordinate representation of color #D5527F: hue angle of 339.39º 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 #D5527F is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 82 | 127 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.16 |
| HSL | 339.39º | 0.61% | 0.58% | - |
| HSV(B) | 339.39º | 0.62% | 0.84% | - |
| XYZ | 34.29 | 21.71 | 22.46 | - |
| YUV | 126.3 | 128.4 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 127 | 0 | 0.62 | 0.40 | 0.16 | 339.39 | 0.61 | 0.58 |
| Hex | D5 | 52 | 7F | 0 | 3E | 28 | 10 | 153 | 3D | 3A |
| Octal | 325 | 122 | 177 | 0 | 76 | 50 | 20 | 523 | 75 | 72 |
| Binary | 11010101 | 1010010 | 1111111 | 0 | 111110 | 101000 | 10000 | 101010011 | 111101 | 111010 |
Color Harmonies of #D5527F
Complementary color
Monochromatic Colors of #D5527F
Black with #D5527F
Text Example
Text Example
White with #D5527F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5527F; }
p { color: rgb(213,82,127); }
H1.HeaderClassName
{
color: #D5527F;
}
.AnyTagClassName
{
color: #D5527F;
}
</style>
background-color css
<style>
a { background-color: #D5527F; }
a { background-color: rgb(213,82,127); }
div.DivClassName
{
background-color: #D5527F;
}
.BgClassName
{
background-color: #D5527F;
}
</style>
border-color css
<style>
span { border-color: #D5527F; }
span { border-color: rgb(213,82,127); }
td.TdClassName
{
border-color: #D5527F;
}
.TagClassName
{
border-color: #D5527F;
}
</style>