Shades of Cranberry #D8527D
Tints of Cranberry #D8527D
RGB
CMYK
RGB Variations
Color information
#D8527D (or 0xD8527D) is known color: Cranberry. HEX triplet: D8, 52 and 7D. RGB value is (216,82,125). Sum of RGB (Red+Green+Blue) = 216+82+125=423 (56% of max value = 765). Red value is 216 (84.77% from 255 or 51.06% from 423); Green value is 82 (32.42% from 255 or 19.39% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 216 - color contains mainly: red. Hex color #D8527D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8527D is #27AD82. Grayscale: #7E7E7E. Windows color (decimal): -2600323 or 8213208. OLE color: 8213208.
HSL color Cylindrical-coordinate representation of color #D8527D: hue angle of 340.75º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D8527D is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 82 | 125 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.15 |
| HSL | 340.75º | 0.63% | 0.58% | - |
| HSV(B) | 340.75º | 0.62% | 0.85% | - |
| XYZ | 35.04 | 22.11 | 21.82 | - |
| YUV | 126.97 | 126.89 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 82 | 125 | 0 | 0.62 | 0.42 | 0.15 | 340.75 | 0.63 | 0.58 |
| Hex | D8 | 52 | 7D | 0 | 3E | 2A | F | 155 | 3F | 3A |
| Octal | 330 | 122 | 175 | 0 | 76 | 52 | 17 | 525 | 77 | 72 |
| Binary | 11011000 | 1010010 | 1111101 | 0 | 111110 | 101010 | 1111 | 101010101 | 111111 | 111010 |
Color Harmonies of #D8527D
Complementary color
Monochromatic Colors of #D8527D
Black with #D8527D
Text Example
Text Example
White with #D8527D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8527D; }
p { color: rgb(216,82,125); }
H1.HeaderClassName
{
color: #D8527D;
}
.AnyTagClassName
{
color: #D8527D;
}
</style>
background-color css
<style>
a { background-color: #D8527D; }
a { background-color: rgb(216,82,125); }
div.DivClassName
{
background-color: #D8527D;
}
.BgClassName
{
background-color: #D8527D;
}
</style>
border-color css
<style>
span { border-color: #D8527D; }
span { border-color: rgb(216,82,125); }
td.TdClassName
{
border-color: #D8527D;
}
.TagClassName
{
border-color: #D8527D;
}
</style>