Shades of Cranberry #D85181
Tints of Cranberry #D85181
RGB
CMYK
RGB Variations
Color information
#D85181 (or 0xD85181) is known color: Cranberry. HEX triplet: D8, 51 and 81. RGB value is (216,81,129). Sum of RGB (Red+Green+Blue) = 216+81+129=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 81 (32.03% from 255 or 19.01% from 426); Blue value is 129 (50.78% from 255 or 30.28% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D85181 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85181 is #27AE7E. Grayscale: #7E7E7E. Windows color (decimal): -2600575 or 8475096. OLE color: 8475096.
HSL color Cylindrical-coordinate representation of color #D85181: hue angle of 338.67º 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 #D85181 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 81 | 129 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.15 |
| HSL | 338.67º | 0.63% | 0.58% | - |
| HSV(B) | 338.67º | 0.63% | 0.85% | - |
| XYZ | 35.22 | 22.07 | 23.17 | - |
| YUV | 126.84 | 129.23 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 81 | 129 | 0 | 0.62 | 0.40 | 0.15 | 338.67 | 0.63 | 0.58 |
| Hex | D8 | 51 | 81 | 0 | 3E | 28 | F | 153 | 3F | 3A |
| Octal | 330 | 121 | 201 | 0 | 76 | 50 | 17 | 523 | 77 | 72 |
| Binary | 11011000 | 1010001 | 10000001 | 0 | 111110 | 101000 | 1111 | 101010011 | 111111 | 111010 |
Color Harmonies of #D85181
Complementary color
Monochromatic Colors of #D85181
Black with #D85181
Text Example
Text Example
White with #D85181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85181; }
p { color: rgb(216,81,129); }
H1.HeaderClassName
{
color: #D85181;
}
.AnyTagClassName
{
color: #D85181;
}
</style>
background-color css
<style>
a { background-color: #D85181; }
a { background-color: rgb(216,81,129); }
div.DivClassName
{
background-color: #D85181;
}
.BgClassName
{
background-color: #D85181;
}
</style>
border-color css
<style>
span { border-color: #D85181; }
span { border-color: rgb(216,81,129); }
td.TdClassName
{
border-color: #D85181;
}
.TagClassName
{
border-color: #D85181;
}
</style>