Shades of Cranberry #D7527D
Tints of Cranberry #D7527D
RGB
CMYK
RGB Variations
Color information
#D7527D (or 0xD7527D) is known color: Cranberry. HEX triplet: D7, 52 and 7D. RGB value is (215,82,125). Sum of RGB (Red+Green+Blue) = 215+82+125=422 (55% of max value = 765). Red value is 215 (84.38% from 255 or 50.95% from 422); Green value is 82 (32.42% from 255 or 19.43% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 215 - color contains mainly: red. Hex color #D7527D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7527D is #28AD82. Grayscale: #7E7E7E. Windows color (decimal): -2665859 or 8213207. OLE color: 8213207.
HSL color Cylindrical-coordinate representation of color #D7527D: hue angle of 340.6º 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 #D7527D is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 82 | 125 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.16 |
| HSL | 340.6º | 0.62% | 0.58% | - |
| HSV(B) | 340.6º | 0.62% | 0.84% | - |
| XYZ | 34.74 | 21.96 | 21.81 | - |
| YUV | 126.67 | 127.06 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 82 | 125 | 0 | 0.62 | 0.42 | 0.16 | 340.6 | 0.62 | 0.58 |
| Hex | D7 | 52 | 7D | 0 | 3E | 2A | 10 | 155 | 3E | 3A |
| Octal | 327 | 122 | 175 | 0 | 76 | 52 | 20 | 525 | 76 | 72 |
| Binary | 11010111 | 1010010 | 1111101 | 0 | 111110 | 101010 | 10000 | 101010101 | 111110 | 111010 |
Color Harmonies of #D7527D
Complementary color
Monochromatic Colors of #D7527D
Black with #D7527D
Text Example
Text Example
White with #D7527D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7527D; }
p { color: rgb(215,82,125); }
H1.HeaderClassName
{
color: #D7527D;
}
.AnyTagClassName
{
color: #D7527D;
}
</style>
background-color css
<style>
a { background-color: #D7527D; }
a { background-color: rgb(215,82,125); }
div.DivClassName
{
background-color: #D7527D;
}
.BgClassName
{
background-color: #D7527D;
}
</style>
border-color css
<style>
span { border-color: #D7527D; }
span { border-color: rgb(215,82,125); }
td.TdClassName
{
border-color: #D7527D;
}
.TagClassName
{
border-color: #D7527D;
}
</style>