Shades of Cranberry #D95D79
Tints of Cranberry #D95D79
RGB
CMYK
RGB Variations
Color information
#D95D79 (or 0xD95D79) is known color: Cranberry. HEX triplet: D9, 5D and 79. RGB value is (217,93,121). Sum of RGB (Red+Green+Blue) = 217+93+121=431 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.35% from 431); Green value is 93 (36.72% from 255 or 21.58% from 431); Blue value is 121 (47.66% from 255 or 28.07% from 431); Max value from RGB is 217 - color contains mainly: red. Hex color #D95D79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95D79 is #26A286. Grayscale: #858585. Windows color (decimal): -2531975 or 7953881. OLE color: 7953881.
HSL color Cylindrical-coordinate representation of color #D95D79: hue angle of 346.45º 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 #D95D79 is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 93 | 121 | - |
| CMYK | 0 | 0.57 | 0.44 | 0.15 |
| HSL | 346.45º | 0.62% | 0.61% | - |
| HSV(B) | 346.45º | 0.57% | 0.85% | - |
| XYZ | 35.98 | 23.96 | 20.82 | - |
| YUV | 133.27 | 121.08 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 93 | 121 | 0 | 0.57 | 0.44 | 0.15 | 346.45 | 0.62 | 0.61 |
| Hex | D9 | 5D | 79 | 0 | 39 | 2C | F | 15A | 3E | 3D |
| Octal | 331 | 135 | 171 | 0 | 71 | 54 | 17 | 532 | 76 | 75 |
| Binary | 11011001 | 1011101 | 1111001 | 0 | 111001 | 101100 | 1111 | 101011010 | 111110 | 111101 |
Color Harmonies of #D95D79
Complementary color
Monochromatic Colors of #D95D79
Black with #D95D79
Text Example
Text Example
White with #D95D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95D79; }
p { color: rgb(217,93,121); }
H1.HeaderClassName
{
color: #D95D79;
}
.AnyTagClassName
{
color: #D95D79;
}
</style>
background-color css
<style>
a { background-color: #D95D79; }
a { background-color: rgb(217,93,121); }
div.DivClassName
{
background-color: #D95D79;
}
.BgClassName
{
background-color: #D95D79;
}
</style>
border-color css
<style>
span { border-color: #D95D79; }
span { border-color: rgb(217,93,121); }
td.TdClassName
{
border-color: #D95D79;
}
.TagClassName
{
border-color: #D95D79;
}
</style>