Shades of Cranberry #D95388
Tints of Cranberry #D95388
RGB
CMYK
RGB Variations
Color information
#D95388 (or 0xD95388) is known color: Cranberry. HEX triplet: D9, 53 and 88. RGB value is (217,83,136). Sum of RGB (Red+Green+Blue) = 217+83+136=436 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.77% from 436); Green value is 83 (32.81% from 255 or 19.04% from 436); Blue value is 136 (53.52% from 255 or 31.19% from 436); Max value from RGB is 217 - color contains mainly: red. Hex color #D95388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95388 is #26AC77. Grayscale: #818181. Windows color (decimal): -2534520 or 8934361. OLE color: 8934361.
HSL color Cylindrical-coordinate representation of color #D95388: hue angle of 336.27º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D95388 is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 83 | 136 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.15 |
| HSL | 336.27º | 0.64% | 0.59% | - |
| HSV(B) | 336.27º | 0.62% | 0.85% | - |
| XYZ | 36.15 | 22.72 | 25.77 | - |
| YUV | 129.11 | 131.89 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 83 | 136 | 0 | 0.62 | 0.37 | 0.15 | 336.27 | 0.64 | 0.59 |
| Hex | D9 | 53 | 88 | 0 | 3E | 25 | F | 150 | 40 | 3B |
| Octal | 331 | 123 | 210 | 0 | 76 | 45 | 17 | 520 | 100 | 73 |
| Binary | 11011001 | 1010011 | 10001000 | 0 | 111110 | 100101 | 1111 | 101010000 | 1000000 | 111011 |
Color Harmonies of #D95388
Complementary color
Monochromatic Colors of #D95388
Black with #D95388
Text Example
Text Example
White with #D95388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95388; }
p { color: rgb(217,83,136); }
H1.HeaderClassName
{
color: #D95388;
}
.AnyTagClassName
{
color: #D95388;
}
</style>
background-color css
<style>
a { background-color: #D95388; }
a { background-color: rgb(217,83,136); }
div.DivClassName
{
background-color: #D95388;
}
.BgClassName
{
background-color: #D95388;
}
</style>
border-color css
<style>
span { border-color: #D95388; }
span { border-color: rgb(217,83,136); }
td.TdClassName
{
border-color: #D95388;
}
.TagClassName
{
border-color: #D95388;
}
</style>