Shades of Cranberry #D6587D
Tints of Cranberry #D6587D
RGB
CMYK
RGB Variations
Color information
#D6587D (or 0xD6587D) is known color: Cranberry. HEX triplet: D6, 58 and 7D. RGB value is (214,88,125). Sum of RGB (Red+Green+Blue) = 214+88+125=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 88 (34.77% from 255 or 20.61% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D6587D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6587D is #29A782. Grayscale: #818181. Windows color (decimal): -2729859 or 8214742. OLE color: 8214742.
HSL color Cylindrical-coordinate representation of color #D6587D: hue angle of 342.38º 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 #D6587D is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 88 | 125 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.16 |
| HSL | 342.38º | 0.61% | 0.59% | - |
| HSV(B) | 342.38º | 0.59% | 0.84% | - |
| XYZ | 34.92 | 22.76 | 21.95 | - |
| YUV | 129.89 | 125.24 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 88 | 125 | 0 | 0.59 | 0.42 | 0.16 | 342.38 | 0.61 | 0.59 |
| Hex | D6 | 58 | 7D | 0 | 3B | 2A | 10 | 156 | 3D | 3B |
| Octal | 326 | 130 | 175 | 0 | 73 | 52 | 20 | 526 | 75 | 73 |
| Binary | 11010110 | 1011000 | 1111101 | 0 | 111011 | 101010 | 10000 | 101010110 | 111101 | 111011 |
Color Harmonies of #D6587D
Complementary color
Monochromatic Colors of #D6587D
Black with #D6587D
Text Example
Text Example
White with #D6587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6587D; }
p { color: rgb(214,88,125); }
H1.HeaderClassName
{
color: #D6587D;
}
.AnyTagClassName
{
color: #D6587D;
}
</style>
background-color css
<style>
a { background-color: #D6587D; }
a { background-color: rgb(214,88,125); }
div.DivClassName
{
background-color: #D6587D;
}
.BgClassName
{
background-color: #D6587D;
}
</style>
border-color css
<style>
span { border-color: #D6587D; }
span { border-color: rgb(214,88,125); }
td.TdClassName
{
border-color: #D6587D;
}
.TagClassName
{
border-color: #D6587D;
}
</style>