Shades of Cranberry #DB527B
Tints of Cranberry #DB527B
RGB
CMYK
RGB Variations
Color information
#DB527B (or 0xDB527B) is known color: Cranberry. HEX triplet: DB, 52 and 7B. RGB value is (219,82,123). Sum of RGB (Red+Green+Blue) = 219+82+123=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 123 (48.44% from 255 or 29.01% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DB527B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB527B is #24AD84. Grayscale: #7F7F7F. Windows color (decimal): -2403717 or 8082139. OLE color: 8082139.
HSL color Cylindrical-coordinate representation of color #DB527B: hue angle of 342.04º 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 #DB527B is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 123 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.14 |
| HSL | 342.04º | 0.66% | 0.59% | - |
| HSV(B) | 342.04º | 0.63% | 0.86% | - |
| XYZ | 35.81 | 22.52 | 21.2 | - |
| YUV | 127.64 | 125.39 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 123 | 0 | 0.63 | 0.44 | 0.14 | 342.04 | 0.66 | 0.59 |
| Hex | DB | 52 | 7B | 0 | 3F | 2C | E | 156 | 42 | 3B |
| Octal | 333 | 122 | 173 | 0 | 77 | 54 | 16 | 526 | 102 | 73 |
| Binary | 11011011 | 1010010 | 1111011 | 0 | 111111 | 101100 | 1110 | 101010110 | 1000010 | 111011 |
Color Harmonies of #DB527B
Complementary color
Monochromatic Colors of #DB527B
Black with #DB527B
Text Example
Text Example
White with #DB527B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB527B; }
p { color: rgb(219,82,123); }
H1.HeaderClassName
{
color: #DB527B;
}
.AnyTagClassName
{
color: #DB527B;
}
</style>
background-color css
<style>
a { background-color: #DB527B; }
a { background-color: rgb(219,82,123); }
div.DivClassName
{
background-color: #DB527B;
}
.BgClassName
{
background-color: #DB527B;
}
</style>
border-color css
<style>
span { border-color: #DB527B; }
span { border-color: rgb(219,82,123); }
td.TdClassName
{
border-color: #DB527B;
}
.TagClassName
{
border-color: #DB527B;
}
</style>