Shades of Cranberry #DB527C
Tints of Cranberry #DB527C
RGB
CMYK
RGB Variations
Color information
#DB527C (or 0xDB527C) is known color: Cranberry. HEX triplet: DB, 52 and 7C. RGB value is (219,82,124). Sum of RGB (Red+Green+Blue) = 219+82+124=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 82 (32.42% from 255 or 19.29% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB527C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB527C is #24AD83. Grayscale: #7F7F7F. Windows color (decimal): -2403716 or 8147675. OLE color: 8147675.
HSL color Cylindrical-coordinate representation of color #DB527C: hue angle of 341.61º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB527C is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 124 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.14 |
| HSL | 341.61º | 0.66% | 0.59% | - |
| HSV(B) | 341.61º | 0.63% | 0.86% | - |
| XYZ | 35.87 | 22.55 | 21.53 | - |
| YUV | 127.75 | 125.89 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 124 | 0 | 0.63 | 0.43 | 0.14 | 341.61 | 0.66 | 0.59 |
| Hex | DB | 52 | 7C | 0 | 3F | 2B | E | 156 | 42 | 3B |
| Octal | 333 | 122 | 174 | 0 | 77 | 53 | 16 | 526 | 102 | 73 |
| Binary | 11011011 | 1010010 | 1111100 | 0 | 111111 | 101011 | 1110 | 101010110 | 1000010 | 111011 |
Color Harmonies of #DB527C
Complementary color
Monochromatic Colors of #DB527C
Black with #DB527C
Text Example
Text Example
White with #DB527C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB527C; }
p { color: rgb(219,82,124); }
H1.HeaderClassName
{
color: #DB527C;
}
.AnyTagClassName
{
color: #DB527C;
}
</style>
background-color css
<style>
a { background-color: #DB527C; }
a { background-color: rgb(219,82,124); }
div.DivClassName
{
background-color: #DB527C;
}
.BgClassName
{
background-color: #DB527C;
}
</style>
border-color css
<style>
span { border-color: #DB527C; }
span { border-color: rgb(219,82,124); }
td.TdClassName
{
border-color: #DB527C;
}
.TagClassName
{
border-color: #DB527C;
}
</style>