Shades of Cranberry #D15780
Tints of Cranberry #D15780
RGB
CMYK
RGB Variations
Color information
#D15780 (or 0xD15780) is known color: Cranberry. HEX triplet: D1, 57 and 80. RGB value is (209,87,128). Sum of RGB (Red+Green+Blue) = 209+87+128=424 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.29% from 424); Green value is 87 (34.38% from 255 or 20.52% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 209 - color contains mainly: red. Hex color #D15780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15780 is #2EA87F. Grayscale: #808080. Windows color (decimal): -3057792 or 8411089. OLE color: 8411089.
HSL color Cylindrical-coordinate representation of color #D15780: hue angle of 339.84º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D15780 is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 87 | 128 | - |
| CMYK | 0 | 0.58 | 0.39 | 0.18 |
| HSL | 339.84º | 0.57% | 0.58% | - |
| HSV(B) | 339.84º | 0.58% | 0.82% | - |
| XYZ | 33.6 | 21.93 | 22.88 | - |
| YUV | 128.15 | 127.92 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 87 | 128 | 0 | 0.58 | 0.39 | 0.18 | 339.84 | 0.57 | 0.58 |
| Hex | D1 | 57 | 80 | 0 | 3A | 27 | 12 | 154 | 39 | 3A |
| Octal | 321 | 127 | 200 | 0 | 72 | 47 | 22 | 524 | 71 | 72 |
| Binary | 11010001 | 1010111 | 10000000 | 0 | 111010 | 100111 | 10010 | 101010100 | 111001 | 111010 |
Color Harmonies of #D15780
Complementary color
Monochromatic Colors of #D15780
Black with #D15780
Text Example
Text Example
White with #D15780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15780; }
p { color: rgb(209,87,128); }
H1.HeaderClassName
{
color: #D15780;
}
.AnyTagClassName
{
color: #D15780;
}
</style>
background-color css
<style>
a { background-color: #D15780; }
a { background-color: rgb(209,87,128); }
div.DivClassName
{
background-color: #D15780;
}
.BgClassName
{
background-color: #D15780;
}
</style>
border-color css
<style>
span { border-color: #D15780; }
span { border-color: rgb(209,87,128); }
td.TdClassName
{
border-color: #D15780;
}
.TagClassName
{
border-color: #D15780;
}
</style>