Shades of Cranberry #DB527E
Tints of Cranberry #DB527E
RGB
CMYK
RGB Variations
Color information
#DB527E (or 0xDB527E) is known color: Cranberry. HEX triplet: DB, 52 and 7E. RGB value is (219,82,126). Sum of RGB (Red+Green+Blue) = 219+82+126=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 82 (32.42% from 255 or 19.20% from 427); Blue value is 126 (49.61% from 255 or 29.51% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB527E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB527E is #24AD81. Grayscale: #7F7F7F. Windows color (decimal): -2403714 or 8278747. OLE color: 8278747.
HSL color Cylindrical-coordinate representation of color #DB527E: hue angle of 340.73º 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 #DB527E is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 126 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.14 |
| HSL | 340.73º | 0.66% | 0.59% | - |
| HSV(B) | 340.73º | 0.63% | 0.86% | - |
| XYZ | 36 | 22.6 | 22.2 | - |
| YUV | 127.98 | 126.89 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 126 | 0 | 0.63 | 0.42 | 0.14 | 340.73 | 0.66 | 0.59 |
| Hex | DB | 52 | 7E | 0 | 3F | 2A | E | 155 | 42 | 3B |
| Octal | 333 | 122 | 176 | 0 | 77 | 52 | 16 | 525 | 102 | 73 |
| Binary | 11011011 | 1010010 | 1111110 | 0 | 111111 | 101010 | 1110 | 101010101 | 1000010 | 111011 |
Color Harmonies of #DB527E
Complementary color
Monochromatic Colors of #DB527E
Black with #DB527E
Text Example
Text Example
White with #DB527E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB527E; }
p { color: rgb(219,82,126); }
H1.HeaderClassName
{
color: #DB527E;
}
.AnyTagClassName
{
color: #DB527E;
}
</style>
background-color css
<style>
a { background-color: #DB527E; }
a { background-color: rgb(219,82,126); }
div.DivClassName
{
background-color: #DB527E;
}
.BgClassName
{
background-color: #DB527E;
}
</style>
border-color css
<style>
span { border-color: #DB527E; }
span { border-color: rgb(219,82,126); }
td.TdClassName
{
border-color: #DB527E;
}
.TagClassName
{
border-color: #DB527E;
}
</style>