Shades of Cranberry #D85382
Tints of Cranberry #D85382
RGB
CMYK
RGB Variations
Color information
#D85382 (or 0xD85382) is known color: Cranberry. HEX triplet: D8, 53 and 82. RGB value is (216,83,130). Sum of RGB (Red+Green+Blue) = 216+83+130=429 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.35% from 429); Green value is 83 (32.81% from 255 or 19.35% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 216 - color contains mainly: red. Hex color #D85382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85382 is #27AC7D. Grayscale: #808080. Windows color (decimal): -2600062 or 8541144. OLE color: 8541144.
HSL color Cylindrical-coordinate representation of color #D85382: hue angle of 338.8º 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 #D85382 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 83 | 130 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.15 |
| HSL | 338.8º | 0.63% | 0.59% | - |
| HSV(B) | 338.8º | 0.62% | 0.85% | - |
| XYZ | 35.44 | 22.4 | 23.57 | - |
| YUV | 128.13 | 129.06 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 83 | 130 | 0 | 0.62 | 0.40 | 0.15 | 338.8 | 0.63 | 0.59 |
| Hex | D8 | 53 | 82 | 0 | 3E | 28 | F | 153 | 3F | 3B |
| Octal | 330 | 123 | 202 | 0 | 76 | 50 | 17 | 523 | 77 | 73 |
| Binary | 11011000 | 1010011 | 10000010 | 0 | 111110 | 101000 | 1111 | 101010011 | 111111 | 111011 |
Color Harmonies of #D85382
Complementary color
Monochromatic Colors of #D85382
Black with #D85382
Text Example
Text Example
White with #D85382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85382; }
p { color: rgb(216,83,130); }
H1.HeaderClassName
{
color: #D85382;
}
.AnyTagClassName
{
color: #D85382;
}
</style>
background-color css
<style>
a { background-color: #D85382; }
a { background-color: rgb(216,83,130); }
div.DivClassName
{
background-color: #D85382;
}
.BgClassName
{
background-color: #D85382;
}
</style>
border-color css
<style>
span { border-color: #D85382; }
span { border-color: rgb(216,83,130); }
td.TdClassName
{
border-color: #D85382;
}
.TagClassName
{
border-color: #D85382;
}
</style>