Shades of Cranberry #D95375
Tints of Cranberry #D95375
RGB
CMYK
RGB Variations
Color information
#D95375 (or 0xD95375) is known color: Cranberry. HEX triplet: D9, 53 and 75. RGB value is (217,83,117). Sum of RGB (Red+Green+Blue) = 217+83+117=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 83 (32.81% from 255 or 19.90% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D95375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95375 is #26AC8A. Grayscale: #7E7E7E. Windows color (decimal): -2534539 or 7689177. OLE color: 7689177.
HSL color Cylindrical-coordinate representation of color #D95375: hue angle of 344.78º 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 #D95375 is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 83 | 117 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.15 |
| HSL | 344.78º | 0.64% | 0.59% | - |
| HSV(B) | 344.78º | 0.62% | 0.85% | - |
| XYZ | 34.92 | 22.22 | 19.28 | - |
| YUV | 126.94 | 122.39 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 83 | 117 | 0 | 0.62 | 0.46 | 0.15 | 344.78 | 0.64 | 0.59 |
| Hex | D9 | 53 | 75 | 0 | 3E | 2E | F | 159 | 40 | 3B |
| Octal | 331 | 123 | 165 | 0 | 76 | 56 | 17 | 531 | 100 | 73 |
| Binary | 11011001 | 1010011 | 1110101 | 0 | 111110 | 101110 | 1111 | 101011001 | 1000000 | 111011 |
Color Harmonies of #D95375
Complementary color
Monochromatic Colors of #D95375
Black with #D95375
Text Example
Text Example
White with #D95375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95375; }
p { color: rgb(217,83,117); }
H1.HeaderClassName
{
color: #D95375;
}
.AnyTagClassName
{
color: #D95375;
}
</style>
background-color css
<style>
a { background-color: #D95375; }
a { background-color: rgb(217,83,117); }
div.DivClassName
{
background-color: #D95375;
}
.BgClassName
{
background-color: #D95375;
}
</style>
border-color css
<style>
span { border-color: #D95375; }
span { border-color: rgb(217,83,117); }
td.TdClassName
{
border-color: #D95375;
}
.TagClassName
{
border-color: #D95375;
}
</style>