Shades of Cranberry #D65587
Tints of Cranberry #D65587
RGB
CMYK
RGB Variations
Color information
#D65587 (or 0xD65587) is known color: Cranberry. HEX triplet: D6, 55 and 87. RGB value is (214,85,135). Sum of RGB (Red+Green+Blue) = 214+85+135=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 85 (33.59% from 255 or 19.59% from 434); Blue value is 135 (53.12% from 255 or 31.11% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D65587 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65587 is #29AA78. Grayscale: #818181. Windows color (decimal): -2730617 or 8869334. OLE color: 8869334.
HSL color Cylindrical-coordinate representation of color #D65587: hue angle of 336.74º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D65587 is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 85 | 135 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.16 |
| HSL | 336.74º | 0.61% | 0.59% | - |
| HSV(B) | 336.74º | 0.6% | 0.84% | - |
| XYZ | 35.35 | 22.54 | 25.41 | - |
| YUV | 129.27 | 131.24 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 135 | 0 | 0.60 | 0.37 | 0.16 | 336.74 | 0.61 | 0.59 |
| Hex | D6 | 55 | 87 | 0 | 3C | 25 | 10 | 151 | 3D | 3B |
| Octal | 326 | 125 | 207 | 0 | 74 | 45 | 20 | 521 | 75 | 73 |
| Binary | 11010110 | 1010101 | 10000111 | 0 | 111100 | 100101 | 10000 | 101010001 | 111101 | 111011 |
Color Harmonies of #D65587
Complementary color
Monochromatic Colors of #D65587
Black with #D65587
Text Example
Text Example
White with #D65587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65587; }
p { color: rgb(214,85,135); }
H1.HeaderClassName
{
color: #D65587;
}
.AnyTagClassName
{
color: #D65587;
}
</style>
background-color css
<style>
a { background-color: #D65587; }
a { background-color: rgb(214,85,135); }
div.DivClassName
{
background-color: #D65587;
}
.BgClassName
{
background-color: #D65587;
}
</style>
border-color css
<style>
span { border-color: #D65587; }
span { border-color: rgb(214,85,135); }
td.TdClassName
{
border-color: #D65587;
}
.TagClassName
{
border-color: #D65587;
}
</style>