Shades of Cranberry #DB526E
Tints of Cranberry #DB526E
RGB
CMYK
RGB Variations
Color information
#DB526E (or 0xDB526E) is known color: Cranberry. HEX triplet: DB, 52 and 6E. RGB value is (219,82,110). Sum of RGB (Red+Green+Blue) = 219+82+110=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 82 (32.42% from 255 or 19.95% from 411); Blue value is 110 (43.36% from 255 or 26.76% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB526E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB526E is #24AD91. Grayscale: #7E7E7E. Windows color (decimal): -2403730 or 7230171. OLE color: 7230171.
HSL color Cylindrical-coordinate representation of color #DB526E: hue angle of 347.74º 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 #DB526E is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 110 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.14 |
| HSL | 347.74º | 0.66% | 0.59% | - |
| HSV(B) | 347.74º | 0.63% | 0.86% | - |
| XYZ | 35.05 | 22.22 | 17.19 | - |
| YUV | 126.16 | 118.89 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 110 | 0 | 0.63 | 0.50 | 0.14 | 347.74 | 0.66 | 0.59 |
| Hex | DB | 52 | 6E | 0 | 3F | 32 | E | 15C | 42 | 3B |
| Octal | 333 | 122 | 156 | 0 | 77 | 62 | 16 | 534 | 102 | 73 |
| Binary | 11011011 | 1010010 | 1101110 | 0 | 111111 | 110010 | 1110 | 101011100 | 1000010 | 111011 |
Color Harmonies of #DB526E
Complementary color
Monochromatic Colors of #DB526E
Black with #DB526E
Text Example
Text Example
White with #DB526E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB526E; }
p { color: rgb(219,82,110); }
H1.HeaderClassName
{
color: #DB526E;
}
.AnyTagClassName
{
color: #DB526E;
}
</style>
background-color css
<style>
a { background-color: #DB526E; }
a { background-color: rgb(219,82,110); }
div.DivClassName
{
background-color: #DB526E;
}
.BgClassName
{
background-color: #DB526E;
}
</style>
border-color css
<style>
span { border-color: #DB526E; }
span { border-color: rgb(219,82,110); }
td.TdClassName
{
border-color: #DB526E;
}
.TagClassName
{
border-color: #DB526E;
}
</style>