Shades of Cranberry #D85270
Tints of Cranberry #D85270
RGB
CMYK
RGB Variations
Color information
#D85270 (or 0xD85270) is known color: Cranberry. HEX triplet: D8, 52 and 70. RGB value is (216,82,112). Sum of RGB (Red+Green+Blue) = 216+82+112=410 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.68% from 410); Green value is 82 (32.42% from 255 or 20% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 216 - color contains mainly: red. Hex color #D85270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85270 is #27AD8F. Grayscale: #7D7D7D. Windows color (decimal): -2600336 or 7361240. OLE color: 7361240.
HSL color Cylindrical-coordinate representation of color #D85270: hue angle of 346.57º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D85270 is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 82 | 112 | - |
| CMYK | 0 | 0.62 | 0.48 | 0.15 |
| HSL | 346.57º | 0.63% | 0.58% | - |
| HSV(B) | 346.57º | 0.62% | 0.85% | - |
| XYZ | 34.26 | 21.8 | 17.73 | - |
| YUV | 125.49 | 120.39 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 82 | 112 | 0 | 0.62 | 0.48 | 0.15 | 346.57 | 0.63 | 0.58 |
| Hex | D8 | 52 | 70 | 0 | 3E | 30 | F | 15B | 3F | 3A |
| Octal | 330 | 122 | 160 | 0 | 76 | 60 | 17 | 533 | 77 | 72 |
| Binary | 11011000 | 1010010 | 1110000 | 0 | 111110 | 110000 | 1111 | 101011011 | 111111 | 111010 |
Color Harmonies of #D85270
Complementary color
Monochromatic Colors of #D85270
Black with #D85270
Text Example
Text Example
White with #D85270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85270; }
p { color: rgb(216,82,112); }
H1.HeaderClassName
{
color: #D85270;
}
.AnyTagClassName
{
color: #D85270;
}
</style>
background-color css
<style>
a { background-color: #D85270; }
a { background-color: rgb(216,82,112); }
div.DivClassName
{
background-color: #D85270;
}
.BgClassName
{
background-color: #D85270;
}
</style>
border-color css
<style>
span { border-color: #D85270; }
span { border-color: rgb(216,82,112); }
td.TdClassName
{
border-color: #D85270;
}
.TagClassName
{
border-color: #D85270;
}
</style>