Shades of Cranberry #D6527A
Tints of Cranberry #D6527A
RGB
CMYK
RGB Variations
Color information
#D6527A (or 0xD6527A) is known color: Cranberry. HEX triplet: D6, 52 and 7A. RGB value is (214,82,122). Sum of RGB (Red+Green+Blue) = 214+82+122=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 82 (32.42% from 255 or 19.62% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D6527A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6527A is #29AD85. Grayscale: #7E7E7E. Windows color (decimal): -2731398 or 8016598. OLE color: 8016598.
HSL color Cylindrical-coordinate representation of color #D6527A: hue angle of 341.82º 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 #D6527A is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 82 | 122 | - |
| CMYK | 0 | 0.62 | 0.43 | 0.16 |
| HSL | 341.82º | 0.62% | 0.58% | - |
| HSV(B) | 341.82º | 0.62% | 0.84% | - |
| XYZ | 34.26 | 21.74 | 20.8 | - |
| YUV | 126.03 | 125.73 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 82 | 122 | 0 | 0.62 | 0.43 | 0.16 | 341.82 | 0.62 | 0.58 |
| Hex | D6 | 52 | 7A | 0 | 3E | 2B | 10 | 156 | 3E | 3A |
| Octal | 326 | 122 | 172 | 0 | 76 | 53 | 20 | 526 | 76 | 72 |
| Binary | 11010110 | 1010010 | 1111010 | 0 | 111110 | 101011 | 10000 | 101010110 | 111110 | 111010 |
Color Harmonies of #D6527A
Complementary color
Monochromatic Colors of #D6527A
Black with #D6527A
Text Example
Text Example
White with #D6527A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6527A; }
p { color: rgb(214,82,122); }
H1.HeaderClassName
{
color: #D6527A;
}
.AnyTagClassName
{
color: #D6527A;
}
</style>
background-color css
<style>
a { background-color: #D6527A; }
a { background-color: rgb(214,82,122); }
div.DivClassName
{
background-color: #D6527A;
}
.BgClassName
{
background-color: #D6527A;
}
</style>
border-color css
<style>
span { border-color: #D6527A; }
span { border-color: rgb(214,82,122); }
td.TdClassName
{
border-color: #D6527A;
}
.TagClassName
{
border-color: #D6527A;
}
</style>