Shades of Cranberry #D95D7A
Tints of Cranberry #D95D7A
RGB
CMYK
RGB Variations
Color information
#D95D7A (or 0xD95D7A) is known color: Cranberry. HEX triplet: D9, 5D and 7A. RGB value is (217,93,122). Sum of RGB (Red+Green+Blue) = 217+93+122=432 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.23% from 432); Green value is 93 (36.72% from 255 or 21.53% from 432); Blue value is 122 (48.05% from 255 or 28.24% from 432); Max value from RGB is 217 - color contains mainly: red. Hex color #D95D7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95D7A is #26A285. Grayscale: #858585. Windows color (decimal): -2531974 or 8019417. OLE color: 8019417.
HSL color Cylindrical-coordinate representation of color #D95D7A: hue angle of 345.97º 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 #D95D7A is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 93 | 122 | - |
| CMYK | 0 | 0.57 | 0.44 | 0.15 |
| HSL | 345.97º | 0.62% | 0.61% | - |
| HSV(B) | 345.97º | 0.57% | 0.85% | - |
| XYZ | 36.04 | 23.99 | 21.14 | - |
| YUV | 133.38 | 121.58 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 93 | 122 | 0 | 0.57 | 0.44 | 0.15 | 345.97 | 0.62 | 0.61 |
| Hex | D9 | 5D | 7A | 0 | 39 | 2C | F | 15A | 3E | 3D |
| Octal | 331 | 135 | 172 | 0 | 71 | 54 | 17 | 532 | 76 | 75 |
| Binary | 11011001 | 1011101 | 1111010 | 0 | 111001 | 101100 | 1111 | 101011010 | 111110 | 111101 |
Color Harmonies of #D95D7A
Complementary color
Monochromatic Colors of #D95D7A
Black with #D95D7A
Text Example
Text Example
White with #D95D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95D7A; }
p { color: rgb(217,93,122); }
H1.HeaderClassName
{
color: #D95D7A;
}
.AnyTagClassName
{
color: #D95D7A;
}
</style>
background-color css
<style>
a { background-color: #D95D7A; }
a { background-color: rgb(217,93,122); }
div.DivClassName
{
background-color: #D95D7A;
}
.BgClassName
{
background-color: #D95D7A;
}
</style>
border-color css
<style>
span { border-color: #D95D7A; }
span { border-color: rgb(217,93,122); }
td.TdClassName
{
border-color: #D95D7A;
}
.TagClassName
{
border-color: #D95D7A;
}
</style>