Shades of Cranberry #D95E7D
Tints of Cranberry #D95E7D
RGB
CMYK
RGB Variations
Color information
#D95E7D (or 0xD95E7D) is known color: Cranberry. HEX triplet: D9, 5E and 7D. RGB value is (217,94,125). Sum of RGB (Red+Green+Blue) = 217+94+125=436 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.77% from 436); Green value is 94 (37.11% from 255 or 21.56% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 217 - color contains mainly: red. Hex color #D95E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95E7D is #26A182. Grayscale: #868686. Windows color (decimal): -2531715 or 8216281. OLE color: 8216281.
HSL color Cylindrical-coordinate representation of color #D95E7D: hue angle of 344.88º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D95E7D is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 94 | 125 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.15 |
| HSL | 344.88º | 0.62% | 0.61% | - |
| HSV(B) | 344.88º | 0.57% | 0.85% | - |
| XYZ | 36.32 | 24.24 | 22.17 | - |
| YUV | 134.31 | 122.75 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 94 | 125 | 0 | 0.57 | 0.42 | 0.15 | 344.88 | 0.62 | 0.61 |
| Hex | D9 | 5E | 7D | 0 | 39 | 2A | F | 159 | 3E | 3D |
| Octal | 331 | 136 | 175 | 0 | 71 | 52 | 17 | 531 | 76 | 75 |
| Binary | 11011001 | 1011110 | 1111101 | 0 | 111001 | 101010 | 1111 | 101011001 | 111110 | 111101 |
Color Harmonies of #D95E7D
Complementary color
Monochromatic Colors of #D95E7D
Black with #D95E7D
Text Example
Text Example
White with #D95E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95E7D; }
p { color: rgb(217,94,125); }
H1.HeaderClassName
{
color: #D95E7D;
}
.AnyTagClassName
{
color: #D95E7D;
}
</style>
background-color css
<style>
a { background-color: #D95E7D; }
a { background-color: rgb(217,94,125); }
div.DivClassName
{
background-color: #D95E7D;
}
.BgClassName
{
background-color: #D95E7D;
}
</style>
border-color css
<style>
span { border-color: #D95E7D; }
span { border-color: rgb(217,94,125); }
td.TdClassName
{
border-color: #D95E7D;
}
.TagClassName
{
border-color: #D95E7D;
}
</style>