Shades of Cranberry #D6587B
Tints of Cranberry #D6587B
RGB
CMYK
RGB Variations
Color information
#D6587B (or 0xD6587B) is known color: Cranberry. HEX triplet: D6, 58 and 7B. RGB value is (214,88,123). Sum of RGB (Red+Green+Blue) = 214+88+123=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 88 (34.77% from 255 or 20.71% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D6587B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6587B is #29A784. Grayscale: #818181. Windows color (decimal): -2729861 or 8083670. OLE color: 8083670.
HSL color Cylindrical-coordinate representation of color #D6587B: hue angle of 343.33º 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 #D6587B is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 88 | 123 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.16 |
| HSL | 343.33º | 0.61% | 0.59% | - |
| HSV(B) | 343.33º | 0.59% | 0.84% | - |
| XYZ | 34.8 | 22.71 | 21.29 | - |
| YUV | 129.66 | 124.24 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 88 | 123 | 0 | 0.59 | 0.43 | 0.16 | 343.33 | 0.61 | 0.59 |
| Hex | D6 | 58 | 7B | 0 | 3B | 2B | 10 | 157 | 3D | 3B |
| Octal | 326 | 130 | 173 | 0 | 73 | 53 | 20 | 527 | 75 | 73 |
| Binary | 11010110 | 1011000 | 1111011 | 0 | 111011 | 101011 | 10000 | 101010111 | 111101 | 111011 |
Color Harmonies of #D6587B
Complementary color
Monochromatic Colors of #D6587B
Black with #D6587B
Text Example
Text Example
White with #D6587B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6587B; }
p { color: rgb(214,88,123); }
H1.HeaderClassName
{
color: #D6587B;
}
.AnyTagClassName
{
color: #D6587B;
}
</style>
background-color css
<style>
a { background-color: #D6587B; }
a { background-color: rgb(214,88,123); }
div.DivClassName
{
background-color: #D6587B;
}
.BgClassName
{
background-color: #D6587B;
}
</style>
border-color css
<style>
span { border-color: #D6587B; }
span { border-color: rgb(214,88,123); }
td.TdClassName
{
border-color: #D6587B;
}
.TagClassName
{
border-color: #D6587B;
}
</style>