Shades of Cranberry #D85384
Tints of Cranberry #D85384
RGB
CMYK
RGB Variations
Color information
#D85384 (or 0xD85384) is known color: Cranberry. HEX triplet: D8, 53 and 84. RGB value is (216,83,132). Sum of RGB (Red+Green+Blue) = 216+83+132=431 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50.12% from 431); Green value is 83 (32.81% from 255 or 19.26% from 431); Blue value is 132 (51.95% from 255 or 30.63% from 431); Max value from RGB is 216 - color contains mainly: red. Hex color #D85384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85384 is #27AC7B. Grayscale: #808080. Windows color (decimal): -2600060 or 8672216. OLE color: 8672216.
HSL color Cylindrical-coordinate representation of color #D85384: hue angle of 337.89º 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 #D85384 is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 83 | 132 | - |
| CMYK | 0 | 0.62 | 0.39 | 0.15 |
| HSL | 337.89º | 0.63% | 0.59% | - |
| HSV(B) | 337.89º | 0.62% | 0.85% | - |
| XYZ | 35.58 | 22.45 | 24.29 | - |
| YUV | 128.35 | 130.06 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 83 | 132 | 0 | 0.62 | 0.39 | 0.15 | 337.89 | 0.63 | 0.59 |
| Hex | D8 | 53 | 84 | 0 | 3E | 27 | F | 152 | 3F | 3B |
| Octal | 330 | 123 | 204 | 0 | 76 | 47 | 17 | 522 | 77 | 73 |
| Binary | 11011000 | 1010011 | 10000100 | 0 | 111110 | 100111 | 1111 | 101010010 | 111111 | 111011 |
Color Harmonies of #D85384
Complementary color
Monochromatic Colors of #D85384
Black with #D85384
Text Example
Text Example
White with #D85384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85384; }
p { color: rgb(216,83,132); }
H1.HeaderClassName
{
color: #D85384;
}
.AnyTagClassName
{
color: #D85384;
}
</style>
background-color css
<style>
a { background-color: #D85384; }
a { background-color: rgb(216,83,132); }
div.DivClassName
{
background-color: #D85384;
}
.BgClassName
{
background-color: #D85384;
}
</style>
border-color css
<style>
span { border-color: #D85384; }
span { border-color: rgb(216,83,132); }
td.TdClassName
{
border-color: #D85384;
}
.TagClassName
{
border-color: #D85384;
}
</style>