Shades of Cranberry #D95279
Tints of Cranberry #D95279
RGB
CMYK
RGB Variations
Color information
#D95279 (or 0xD95279) is known color: Cranberry. HEX triplet: D9, 52 and 79. RGB value is (217,82,121). Sum of RGB (Red+Green+Blue) = 217+82+121=420 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.67% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 121 (47.66% from 255 or 28.81% from 420); Max value from RGB is 217 - color contains mainly: red. Hex color #D95279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95279 is #26AD86. Grayscale: #7E7E7E. Windows color (decimal): -2534791 or 7951065. OLE color: 7951065.
HSL color Cylindrical-coordinate representation of color #D95279: hue angle of 342.67º 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 #D95279 is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 82 | 121 | - |
| CMYK | 0 | 0.62 | 0.44 | 0.15 |
| HSL | 342.67º | 0.64% | 0.59% | - |
| HSV(B) | 342.67º | 0.62% | 0.85% | - |
| XYZ | 35.08 | 22.17 | 20.52 | - |
| YUV | 126.81 | 124.73 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 82 | 121 | 0 | 0.62 | 0.44 | 0.15 | 342.67 | 0.64 | 0.59 |
| Hex | D9 | 52 | 79 | 0 | 3E | 2C | F | 157 | 40 | 3B |
| Octal | 331 | 122 | 171 | 0 | 76 | 54 | 17 | 527 | 100 | 73 |
| Binary | 11011001 | 1010010 | 1111001 | 0 | 111110 | 101100 | 1111 | 101010111 | 1000000 | 111011 |
Color Harmonies of #D95279
Complementary color
Monochromatic Colors of #D95279
Black with #D95279
Text Example
Text Example
White with #D95279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95279; }
p { color: rgb(217,82,121); }
H1.HeaderClassName
{
color: #D95279;
}
.AnyTagClassName
{
color: #D95279;
}
</style>
background-color css
<style>
a { background-color: #D95279; }
a { background-color: rgb(217,82,121); }
div.DivClassName
{
background-color: #D95279;
}
.BgClassName
{
background-color: #D95279;
}
</style>
border-color css
<style>
span { border-color: #D95279; }
span { border-color: rgb(217,82,121); }
td.TdClassName
{
border-color: #D95279;
}
.TagClassName
{
border-color: #D95279;
}
</style>