Shades of Cranberry #DB527A
Tints of Cranberry #DB527A
RGB
CMYK
RGB Variations
Color information
#DB527A (or 0xDB527A) is known color: Cranberry. HEX triplet: DB, 52 and 7A. RGB value is (219,82,122). Sum of RGB (Red+Green+Blue) = 219+82+122=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 82 (32.42% from 255 or 19.39% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DB527A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB527A is #24AD85. Grayscale: #7F7F7F. Windows color (decimal): -2403718 or 8016603. OLE color: 8016603.
HSL color Cylindrical-coordinate representation of color #DB527A: hue angle of 342.48º 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 #DB527A is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 122 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.14 |
| HSL | 342.48º | 0.66% | 0.59% | - |
| HSV(B) | 342.48º | 0.63% | 0.86% | - |
| XYZ | 35.74 | 22.5 | 20.87 | - |
| YUV | 127.52 | 124.89 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 122 | 0 | 0.63 | 0.44 | 0.14 | 342.48 | 0.66 | 0.59 |
| Hex | DB | 52 | 7A | 0 | 3F | 2C | E | 156 | 42 | 3B |
| Octal | 333 | 122 | 172 | 0 | 77 | 54 | 16 | 526 | 102 | 73 |
| Binary | 11011011 | 1010010 | 1111010 | 0 | 111111 | 101100 | 1110 | 101010110 | 1000010 | 111011 |
Color Harmonies of #DB527A
Complementary color
Monochromatic Colors of #DB527A
Black with #DB527A
Text Example
Text Example
White with #DB527A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB527A; }
p { color: rgb(219,82,122); }
H1.HeaderClassName
{
color: #DB527A;
}
.AnyTagClassName
{
color: #DB527A;
}
</style>
background-color css
<style>
a { background-color: #DB527A; }
a { background-color: rgb(219,82,122); }
div.DivClassName
{
background-color: #DB527A;
}
.BgClassName
{
background-color: #DB527A;
}
</style>
border-color css
<style>
span { border-color: #DB527A; }
span { border-color: rgb(219,82,122); }
td.TdClassName
{
border-color: #DB527A;
}
.TagClassName
{
border-color: #DB527A;
}
</style>