Shades of Cranberry #D6587A
Tints of Cranberry #D6587A
RGB
CMYK
RGB Variations
Color information
#D6587A (or 0xD6587A) is known color: Cranberry. HEX triplet: D6, 58 and 7A. RGB value is (214,88,122). Sum of RGB (Red+Green+Blue) = 214+88+122=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 88 (34.77% from 255 or 20.75% from 424); Blue value is 122 (48.05% from 255 or 28.77% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D6587A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6587A is #29A785. Grayscale: #818181. Windows color (decimal): -2729862 or 8018134. OLE color: 8018134.
HSL color Cylindrical-coordinate representation of color #D6587A: hue angle of 343.81º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D6587A is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 88 | 122 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.16 |
| HSL | 343.81º | 0.61% | 0.59% | - |
| HSV(B) | 343.81º | 0.59% | 0.84% | - |
| XYZ | 34.73 | 22.68 | 20.96 | - |
| YUV | 129.55 | 123.74 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 88 | 122 | 0 | 0.59 | 0.43 | 0.16 | 343.81 | 0.61 | 0.59 |
| Hex | D6 | 58 | 7A | 0 | 3B | 2B | 10 | 158 | 3D | 3B |
| Octal | 326 | 130 | 172 | 0 | 73 | 53 | 20 | 530 | 75 | 73 |
| Binary | 11010110 | 1011000 | 1111010 | 0 | 111011 | 101011 | 10000 | 101011000 | 111101 | 111011 |
Color Harmonies of #D6587A
Complementary color
Monochromatic Colors of #D6587A
Black with #D6587A
Text Example
Text Example
White with #D6587A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6587A; }
p { color: rgb(214,88,122); }
H1.HeaderClassName
{
color: #D6587A;
}
.AnyTagClassName
{
color: #D6587A;
}
</style>
background-color css
<style>
a { background-color: #D6587A; }
a { background-color: rgb(214,88,122); }
div.DivClassName
{
background-color: #D6587A;
}
.BgClassName
{
background-color: #D6587A;
}
</style>
border-color css
<style>
span { border-color: #D6587A; }
span { border-color: rgb(214,88,122); }
td.TdClassName
{
border-color: #D6587A;
}
.TagClassName
{
border-color: #D6587A;
}
</style>