Shades of Cranberry #D15582
Tints of Cranberry #D15582
RGB
CMYK
RGB Variations
Color information
#D15582 (or 0xD15582) is known color: Cranberry. HEX triplet: D1, 55 and 82. RGB value is (209,85,130). Sum of RGB (Red+Green+Blue) = 209+85+130=424 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.29% from 424); Green value is 85 (33.59% from 255 or 20.05% from 424); Blue value is 130 (51.17% from 255 or 30.66% from 424); Max value from RGB is 209 - color contains mainly: red. Hex color #D15582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15582 is #2EAA7D. Grayscale: #7F7F7F. Windows color (decimal): -3058302 or 8541649. OLE color: 8541649.
HSL color Cylindrical-coordinate representation of color #D15582: hue angle of 338.23º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D15582 is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 85 | 130 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.18 |
| HSL | 338.23º | 0.57% | 0.58% | - |
| HSV(B) | 338.23º | 0.59% | 0.82% | - |
| XYZ | 33.57 | 21.66 | 23.53 | - |
| YUV | 127.21 | 129.58 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 85 | 130 | 0 | 0.59 | 0.38 | 0.18 | 338.23 | 0.57 | 0.58 |
| Hex | D1 | 55 | 82 | 0 | 3B | 26 | 12 | 152 | 39 | 3A |
| Octal | 321 | 125 | 202 | 0 | 73 | 46 | 22 | 522 | 71 | 72 |
| Binary | 11010001 | 1010101 | 10000010 | 0 | 111011 | 100110 | 10010 | 101010010 | 111001 | 111010 |
Color Harmonies of #D15582
Complementary color
Monochromatic Colors of #D15582
Black with #D15582
Text Example
Text Example
White with #D15582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15582; }
p { color: rgb(209,85,130); }
H1.HeaderClassName
{
color: #D15582;
}
.AnyTagClassName
{
color: #D15582;
}
</style>
background-color css
<style>
a { background-color: #D15582; }
a { background-color: rgb(209,85,130); }
div.DivClassName
{
background-color: #D15582;
}
.BgClassName
{
background-color: #D15582;
}
</style>
border-color css
<style>
span { border-color: #D15582; }
span { border-color: rgb(209,85,130); }
td.TdClassName
{
border-color: #D15582;
}
.TagClassName
{
border-color: #D15582;
}
</style>