Shades of Cranberry #D95585
Tints of Cranberry #D95585
RGB
CMYK
RGB Variations
Color information
#D95585 (or 0xD95585) is known color: Cranberry. HEX triplet: D9, 55 and 85. RGB value is (217,85,133). Sum of RGB (Red+Green+Blue) = 217+85+133=435 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.89% from 435); Green value is 85 (33.59% from 255 or 19.54% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 217 - color contains mainly: red. Hex color #D95585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95585 is #26AA7A. Grayscale: #818181. Windows color (decimal): -2534011 or 8738265. OLE color: 8738265.
HSL color Cylindrical-coordinate representation of color #D95585: hue angle of 338.18º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D95585 is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 85 | 133 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.15 |
| HSL | 338.18º | 0.63% | 0.59% | - |
| HSV(B) | 338.18º | 0.61% | 0.85% | - |
| XYZ | 36.1 | 22.94 | 24.72 | - |
| YUV | 129.94 | 129.73 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 133 | 0 | 0.61 | 0.39 | 0.15 | 338.18 | 0.63 | 0.59 |
| Hex | D9 | 55 | 85 | 0 | 3D | 27 | F | 152 | 3F | 3B |
| Octal | 331 | 125 | 205 | 0 | 75 | 47 | 17 | 522 | 77 | 73 |
| Binary | 11011001 | 1010101 | 10000101 | 0 | 111101 | 100111 | 1111 | 101010010 | 111111 | 111011 |
Color Harmonies of #D95585
Complementary color
Monochromatic Colors of #D95585
Black with #D95585
Text Example
Text Example
White with #D95585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95585; }
p { color: rgb(217,85,133); }
H1.HeaderClassName
{
color: #D95585;
}
.AnyTagClassName
{
color: #D95585;
}
</style>
background-color css
<style>
a { background-color: #D95585; }
a { background-color: rgb(217,85,133); }
div.DivClassName
{
background-color: #D95585;
}
.BgClassName
{
background-color: #D95585;
}
</style>
border-color css
<style>
span { border-color: #D95585; }
span { border-color: rgb(217,85,133); }
td.TdClassName
{
border-color: #D95585;
}
.TagClassName
{
border-color: #D95585;
}
</style>