Shades of Cranberry #D85380
Tints of Cranberry #D85380
RGB
CMYK
RGB Variations
Color information
#D85380 (or 0xD85380) is known color: Cranberry. HEX triplet: D8, 53 and 80. RGB value is (216,83,128). Sum of RGB (Red+Green+Blue) = 216+83+128=427 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.59% from 427); Green value is 83 (32.81% from 255 or 19.44% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 216 - color contains mainly: red. Hex color #D85380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85380 is #27AC7F. Grayscale: #7F7F7F. Windows color (decimal): -2600064 or 8410072. OLE color: 8410072.
HSL color Cylindrical-coordinate representation of color #D85380: hue angle of 339.7º degrees, saturation: 0.63, 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 #D85380 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 83 | 128 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.15 |
| HSL | 339.7º | 0.63% | 0.59% | - |
| HSV(B) | 339.7º | 0.62% | 0.85% | - |
| XYZ | 35.31 | 22.34 | 22.87 | - |
| YUV | 127.9 | 128.06 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 83 | 128 | 0 | 0.62 | 0.41 | 0.15 | 339.7 | 0.63 | 0.59 |
| Hex | D8 | 53 | 80 | 0 | 3E | 29 | F | 154 | 3F | 3B |
| Octal | 330 | 123 | 200 | 0 | 76 | 51 | 17 | 524 | 77 | 73 |
| Binary | 11011000 | 1010011 | 10000000 | 0 | 111110 | 101001 | 1111 | 101010100 | 111111 | 111011 |
Color Harmonies of #D85380
Complementary color
Monochromatic Colors of #D85380
Black with #D85380
Text Example
Text Example
White with #D85380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85380; }
p { color: rgb(216,83,128); }
H1.HeaderClassName
{
color: #D85380;
}
.AnyTagClassName
{
color: #D85380;
}
</style>
background-color css
<style>
a { background-color: #D85380; }
a { background-color: rgb(216,83,128); }
div.DivClassName
{
background-color: #D85380;
}
.BgClassName
{
background-color: #D85380;
}
</style>
border-color css
<style>
span { border-color: #D85380; }
span { border-color: rgb(216,83,128); }
td.TdClassName
{
border-color: #D85380;
}
.TagClassName
{
border-color: #D85380;
}
</style>