Shades of Cranberry #D95371
Tints of Cranberry #D95371
RGB
CMYK
RGB Variations
Color information
#D95371 (or 0xD95371) is known color: Cranberry. HEX triplet: D9, 53 and 71. RGB value is (217,83,113). Sum of RGB (Red+Green+Blue) = 217+83+113=413 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.54% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 113 (44.53% from 255 or 27.36% from 413); Max value from RGB is 217 - color contains mainly: red. Hex color #D95371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95371 is #26AC8E. Grayscale: #7E7E7E. Windows color (decimal): -2534543 or 7427033. OLE color: 7427033.
HSL color Cylindrical-coordinate representation of color #D95371: hue angle of 346.57º 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 #D95371 is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 83 | 113 | - |
| CMYK | 0 | 0.62 | 0.48 | 0.15 |
| HSL | 346.57º | 0.64% | 0.59% | - |
| HSV(B) | 346.57º | 0.62% | 0.85% | - |
| XYZ | 34.69 | 22.13 | 18.07 | - |
| YUV | 126.49 | 120.39 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 83 | 113 | 0 | 0.62 | 0.48 | 0.15 | 346.57 | 0.64 | 0.59 |
| Hex | D9 | 53 | 71 | 0 | 3E | 30 | F | 15B | 40 | 3B |
| Octal | 331 | 123 | 161 | 0 | 76 | 60 | 17 | 533 | 100 | 73 |
| Binary | 11011001 | 1010011 | 1110001 | 0 | 111110 | 110000 | 1111 | 101011011 | 1000000 | 111011 |
Color Harmonies of #D95371
Complementary color
Monochromatic Colors of #D95371
Black with #D95371
Text Example
Text Example
White with #D95371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95371; }
p { color: rgb(217,83,113); }
H1.HeaderClassName
{
color: #D95371;
}
.AnyTagClassName
{
color: #D95371;
}
</style>
background-color css
<style>
a { background-color: #D95371; }
a { background-color: rgb(217,83,113); }
div.DivClassName
{
background-color: #D95371;
}
.BgClassName
{
background-color: #D95371;
}
</style>
border-color css
<style>
span { border-color: #D95371; }
span { border-color: rgb(217,83,113); }
td.TdClassName
{
border-color: #D95371;
}
.TagClassName
{
border-color: #D95371;
}
</style>