Shades of Cranberry #D6527D
Tints of Cranberry #D6527D
RGB
CMYK
RGB Variations
Color information
#D6527D (or 0xD6527D) is known color: Cranberry. HEX triplet: D6, 52 and 7D. RGB value is (214,82,125). Sum of RGB (Red+Green+Blue) = 214+82+125=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 82 (32.42% from 255 or 19.48% from 421); Blue value is 125 (49.22% from 255 or 29.69% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D6527D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6527D is #29AD82. Grayscale: #7E7E7E. Windows color (decimal): -2731395 or 8213206. OLE color: 8213206.
HSL color Cylindrical-coordinate representation of color #D6527D: hue angle of 340.45º 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 #D6527D is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 82 | 125 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.16 |
| HSL | 340.45º | 0.62% | 0.58% | - |
| HSV(B) | 340.45º | 0.62% | 0.84% | - |
| XYZ | 34.45 | 21.81 | 21.8 | - |
| YUV | 126.37 | 127.23 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 82 | 125 | 0 | 0.62 | 0.42 | 0.16 | 340.45 | 0.62 | 0.58 |
| Hex | D6 | 52 | 7D | 0 | 3E | 2A | 10 | 154 | 3E | 3A |
| Octal | 326 | 122 | 175 | 0 | 76 | 52 | 20 | 524 | 76 | 72 |
| Binary | 11010110 | 1010010 | 1111101 | 0 | 111110 | 101010 | 10000 | 101010100 | 111110 | 111010 |
Color Harmonies of #D6527D
Complementary color
Monochromatic Colors of #D6527D
Black with #D6527D
Text Example
Text Example
White with #D6527D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6527D; }
p { color: rgb(214,82,125); }
H1.HeaderClassName
{
color: #D6527D;
}
.AnyTagClassName
{
color: #D6527D;
}
</style>
background-color css
<style>
a { background-color: #D6527D; }
a { background-color: rgb(214,82,125); }
div.DivClassName
{
background-color: #D6527D;
}
.BgClassName
{
background-color: #D6527D;
}
</style>
border-color css
<style>
span { border-color: #D6527D; }
span { border-color: rgb(214,82,125); }
td.TdClassName
{
border-color: #D6527D;
}
.TagClassName
{
border-color: #D6527D;
}
</style>