Shades of Cranberry #D95275
Tints of Cranberry #D95275
RGB
CMYK
RGB Variations
Color information
#D95275 (or 0xD95275) is known color: Cranberry. HEX triplet: D9, 52 and 75. RGB value is (217,82,117). Sum of RGB (Red+Green+Blue) = 217+82+117=416 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.16% from 416); Green value is 82 (32.42% from 255 or 19.71% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 217 - color contains mainly: red. Hex color #D95275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95275 is #26AD8A. Grayscale: #7E7E7E. Windows color (decimal): -2534795 or 7688921. OLE color: 7688921.
HSL color Cylindrical-coordinate representation of color #D95275: hue angle of 344.44º 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 #D95275 is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 82 | 117 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.15 |
| HSL | 344.44º | 0.64% | 0.59% | - |
| HSV(B) | 344.44º | 0.62% | 0.85% | - |
| XYZ | 34.84 | 22.07 | 19.25 | - |
| YUV | 126.36 | 122.73 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 82 | 117 | 0 | 0.62 | 0.46 | 0.15 | 344.44 | 0.64 | 0.59 |
| Hex | D9 | 52 | 75 | 0 | 3E | 2E | F | 158 | 40 | 3B |
| Octal | 331 | 122 | 165 | 0 | 76 | 56 | 17 | 530 | 100 | 73 |
| Binary | 11011001 | 1010010 | 1110101 | 0 | 111110 | 101110 | 1111 | 101011000 | 1000000 | 111011 |
Color Harmonies of #D95275
Complementary color
Monochromatic Colors of #D95275
Black with #D95275
Text Example
Text Example
White with #D95275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95275; }
p { color: rgb(217,82,117); }
H1.HeaderClassName
{
color: #D95275;
}
.AnyTagClassName
{
color: #D95275;
}
</style>
background-color css
<style>
a { background-color: #D95275; }
a { background-color: rgb(217,82,117); }
div.DivClassName
{
background-color: #D95275;
}
.BgClassName
{
background-color: #D95275;
}
</style>
border-color css
<style>
span { border-color: #D95275; }
span { border-color: rgb(217,82,117); }
td.TdClassName
{
border-color: #D95275;
}
.TagClassName
{
border-color: #D95275;
}
</style>