Shades of Cranberry #D7527C
Tints of Cranberry #D7527C
RGB
CMYK
RGB Variations
Color information
#D7527C (or 0xD7527C) is known color: Cranberry. HEX triplet: D7, 52 and 7C. RGB value is (215,82,124). Sum of RGB (Red+Green+Blue) = 215+82+124=421 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.07% from 421); Green value is 82 (32.42% from 255 or 19.48% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 215 - color contains mainly: red. Hex color #D7527C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7527C is #28AD83. Grayscale: #7E7E7E. Windows color (decimal): -2665860 or 8147671. OLE color: 8147671.
HSL color Cylindrical-coordinate representation of color #D7527C: hue angle of 341.05º degrees, saturation: 0.62, 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 #D7527C is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 82 | 124 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.16 |
| HSL | 341.05º | 0.62% | 0.58% | - |
| HSV(B) | 341.05º | 0.62% | 0.84% | - |
| XYZ | 34.68 | 21.94 | 21.48 | - |
| YUV | 126.56 | 126.56 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 82 | 124 | 0 | 0.62 | 0.42 | 0.16 | 341.05 | 0.62 | 0.58 |
| Hex | D7 | 52 | 7C | 0 | 3E | 2A | 10 | 155 | 3E | 3A |
| Octal | 327 | 122 | 174 | 0 | 76 | 52 | 20 | 525 | 76 | 72 |
| Binary | 11010111 | 1010010 | 1111100 | 0 | 111110 | 101010 | 10000 | 101010101 | 111110 | 111010 |
Color Harmonies of #D7527C
Complementary color
Monochromatic Colors of #D7527C
Black with #D7527C
Text Example
Text Example
White with #D7527C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7527C; }
p { color: rgb(215,82,124); }
H1.HeaderClassName
{
color: #D7527C;
}
.AnyTagClassName
{
color: #D7527C;
}
</style>
background-color css
<style>
a { background-color: #D7527C; }
a { background-color: rgb(215,82,124); }
div.DivClassName
{
background-color: #D7527C;
}
.BgClassName
{
background-color: #D7527C;
}
</style>
border-color css
<style>
span { border-color: #D7527C; }
span { border-color: rgb(215,82,124); }
td.TdClassName
{
border-color: #D7527C;
}
.TagClassName
{
border-color: #D7527C;
}
</style>