Shades of Cranberry #D6537A
Tints of Cranberry #D6537A
RGB
CMYK
RGB Variations
Color information
#D6537A (or 0xD6537A) is known color: Cranberry. HEX triplet: D6, 53 and 7A. RGB value is (214,83,122). Sum of RGB (Red+Green+Blue) = 214+83+122=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 83 (32.81% from 255 or 19.81% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D6537A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6537A is #29AC85. Grayscale: #7E7E7E. Windows color (decimal): -2731142 or 8016854. OLE color: 8016854.
HSL color Cylindrical-coordinate representation of color #D6537A: hue angle of 342.14º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D6537A is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 83 | 122 | - |
| CMYK | 0 | 0.61 | 0.43 | 0.16 |
| HSL | 342.14º | 0.62% | 0.58% | - |
| HSV(B) | 342.14º | 0.61% | 0.84% | - |
| XYZ | 34.34 | 21.89 | 20.83 | - |
| YUV | 126.62 | 125.4 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 83 | 122 | 0 | 0.61 | 0.43 | 0.16 | 342.14 | 0.62 | 0.58 |
| Hex | D6 | 53 | 7A | 0 | 3D | 2B | 10 | 156 | 3E | 3A |
| Octal | 326 | 123 | 172 | 0 | 75 | 53 | 20 | 526 | 76 | 72 |
| Binary | 11010110 | 1010011 | 1111010 | 0 | 111101 | 101011 | 10000 | 101010110 | 111110 | 111010 |
Color Harmonies of #D6537A
Complementary color
Monochromatic Colors of #D6537A
Black with #D6537A
Text Example
Text Example
White with #D6537A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6537A; }
p { color: rgb(214,83,122); }
H1.HeaderClassName
{
color: #D6537A;
}
.AnyTagClassName
{
color: #D6537A;
}
</style>
background-color css
<style>
a { background-color: #D6537A; }
a { background-color: rgb(214,83,122); }
div.DivClassName
{
background-color: #D6537A;
}
.BgClassName
{
background-color: #D6537A;
}
</style>
border-color css
<style>
span { border-color: #D6537A; }
span { border-color: rgb(214,83,122); }
td.TdClassName
{
border-color: #D6537A;
}
.TagClassName
{
border-color: #D6537A;
}
</style>