Shades of Cranberry #D7587F
Tints of Cranberry #D7587F
RGB
CMYK
RGB Variations
Color information
#D7587F (or 0xD7587F) is known color: Cranberry. HEX triplet: D7, 58 and 7F. RGB value is (215,88,127). Sum of RGB (Red+Green+Blue) = 215+88+127=430 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50% from 430); Green value is 88 (34.77% from 255 or 20.47% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 215 - color contains mainly: red. Hex color #D7587F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7587F is #28A780. Grayscale: #828282. Windows color (decimal): -2664321 or 8345815. OLE color: 8345815.
HSL color Cylindrical-coordinate representation of color #D7587F: hue angle of 341.57º 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 #D7587F is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 88 | 127 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.16 |
| HSL | 341.57º | 0.61% | 0.59% | - |
| HSV(B) | 341.57º | 0.59% | 0.84% | - |
| XYZ | 35.34 | 22.96 | 22.65 | - |
| YUV | 130.42 | 126.08 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 88 | 127 | 0 | 0.59 | 0.41 | 0.16 | 341.57 | 0.61 | 0.59 |
| Hex | D7 | 58 | 7F | 0 | 3B | 29 | 10 | 156 | 3D | 3B |
| Octal | 327 | 130 | 177 | 0 | 73 | 51 | 20 | 526 | 75 | 73 |
| Binary | 11010111 | 1011000 | 1111111 | 0 | 111011 | 101001 | 10000 | 101010110 | 111101 | 111011 |
Color Harmonies of #D7587F
Complementary color
Monochromatic Colors of #D7587F
Black with #D7587F
Text Example
Text Example
White with #D7587F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7587F; }
p { color: rgb(215,88,127); }
H1.HeaderClassName
{
color: #D7587F;
}
.AnyTagClassName
{
color: #D7587F;
}
</style>
background-color css
<style>
a { background-color: #D7587F; }
a { background-color: rgb(215,88,127); }
div.DivClassName
{
background-color: #D7587F;
}
.BgClassName
{
background-color: #D7587F;
}
</style>
border-color css
<style>
span { border-color: #D7587F; }
span { border-color: rgb(215,88,127); }
td.TdClassName
{
border-color: #D7587F;
}
.TagClassName
{
border-color: #D7587F;
}
</style>