Shades of Cranberry #D95470
Tints of Cranberry #D95470
RGB
CMYK
RGB Variations
Color information
#D95470 (or 0xD95470) is known color: Cranberry. HEX triplet: D9, 54 and 70. RGB value is (217,84,112). Sum of RGB (Red+Green+Blue) = 217+84+112=413 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.54% from 413); Green value is 84 (33.20% from 255 or 20.34% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 217 - color contains mainly: red. Hex color #D95470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95470 is #26AB8F. Grayscale: #7E7E7E. Windows color (decimal): -2534288 or 7361753. OLE color: 7361753.
HSL color Cylindrical-coordinate representation of color #D95470: hue angle of 347.37º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D95470 is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 84 | 112 | - |
| CMYK | 0 | 0.61 | 0.48 | 0.15 |
| HSL | 347.37º | 0.64% | 0.59% | - |
| HSV(B) | 347.37º | 0.61% | 0.85% | - |
| XYZ | 34.71 | 22.26 | 17.8 | - |
| YUV | 126.96 | 119.56 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 84 | 112 | 0 | 0.61 | 0.48 | 0.15 | 347.37 | 0.64 | 0.59 |
| Hex | D9 | 54 | 70 | 0 | 3D | 30 | F | 15B | 40 | 3B |
| Octal | 331 | 124 | 160 | 0 | 75 | 60 | 17 | 533 | 100 | 73 |
| Binary | 11011001 | 1010100 | 1110000 | 0 | 111101 | 110000 | 1111 | 101011011 | 1000000 | 111011 |
Color Harmonies of #D95470
Complementary color
Monochromatic Colors of #D95470
Black with #D95470
Text Example
Text Example
White with #D95470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95470; }
p { color: rgb(217,84,112); }
H1.HeaderClassName
{
color: #D95470;
}
.AnyTagClassName
{
color: #D95470;
}
</style>
background-color css
<style>
a { background-color: #D95470; }
a { background-color: rgb(217,84,112); }
div.DivClassName
{
background-color: #D95470;
}
.BgClassName
{
background-color: #D95470;
}
</style>
border-color css
<style>
span { border-color: #D95470; }
span { border-color: rgb(217,84,112); }
td.TdClassName
{
border-color: #D95470;
}
.TagClassName
{
border-color: #D95470;
}
</style>