Shades of Cranberry #D95082
Tints of Cranberry #D95082
RGB
CMYK
RGB Variations
Color information
#D95082 (or 0xD95082) is known color: Cranberry. HEX triplet: D9, 50 and 82. RGB value is (217,80,130). Sum of RGB (Red+Green+Blue) = 217+80+130=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 80 (31.64% from 255 or 18.74% from 427); Blue value is 130 (51.17% from 255 or 30.44% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D95082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95082 is #26AF7D. Grayscale: #7E7E7E. Windows color (decimal): -2535294 or 8540377. OLE color: 8540377.
HSL color Cylindrical-coordinate representation of color #D95082: hue angle of 338.1º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D95082 is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 80 | 130 | - |
| CMYK | 0 | 0.63 | 0.40 | 0.15 |
| HSL | 338.1º | 0.64% | 0.58% | - |
| HSV(B) | 338.1º | 0.63% | 0.85% | - |
| XYZ | 35.51 | 22.1 | 23.51 | - |
| YUV | 126.66 | 129.89 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 80 | 130 | 0 | 0.63 | 0.40 | 0.15 | 338.1 | 0.64 | 0.58 |
| Hex | D9 | 50 | 82 | 0 | 3F | 28 | F | 152 | 40 | 3A |
| Octal | 331 | 120 | 202 | 0 | 77 | 50 | 17 | 522 | 100 | 72 |
| Binary | 11011001 | 1010000 | 10000010 | 0 | 111111 | 101000 | 1111 | 101010010 | 1000000 | 111010 |
Color Harmonies of #D95082
Complementary color
Monochromatic Colors of #D95082
Black with #D95082
Text Example
Text Example
White with #D95082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95082; }
p { color: rgb(217,80,130); }
H1.HeaderClassName
{
color: #D95082;
}
.AnyTagClassName
{
color: #D95082;
}
</style>
background-color css
<style>
a { background-color: #D95082; }
a { background-color: rgb(217,80,130); }
div.DivClassName
{
background-color: #D95082;
}
.BgClassName
{
background-color: #D95082;
}
</style>
border-color css
<style>
span { border-color: #D95082; }
span { border-color: rgb(217,80,130); }
td.TdClassName
{
border-color: #D95082;
}
.TagClassName
{
border-color: #D95082;
}
</style>