Shades of Cranberry #DB526F
Tints of Cranberry #DB526F
RGB
CMYK
RGB Variations
Color information
#DB526F (or 0xDB526F) is known color: Cranberry. HEX triplet: DB, 52 and 6F. RGB value is (219,82,111). Sum of RGB (Red+Green+Blue) = 219+82+111=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 111 (43.75% from 255 or 26.94% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB526F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB526F is #24AD90. Grayscale: #7E7E7E. Windows color (decimal): -2403729 or 7295707. OLE color: 7295707.
HSL color Cylindrical-coordinate representation of color #DB526F: hue angle of 347.3º 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 #DB526F is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 111 | - |
| CMYK | 0 | 0.63 | 0.49 | 0.14 |
| HSL | 347.3º | 0.66% | 0.59% | - |
| HSV(B) | 347.3º | 0.63% | 0.86% | - |
| XYZ | 35.1 | 22.24 | 17.48 | - |
| YUV | 126.27 | 119.39 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 111 | 0 | 0.63 | 0.49 | 0.14 | 347.3 | 0.66 | 0.59 |
| Hex | DB | 52 | 6F | 0 | 3F | 31 | E | 15B | 42 | 3B |
| Octal | 333 | 122 | 157 | 0 | 77 | 61 | 16 | 533 | 102 | 73 |
| Binary | 11011011 | 1010010 | 1101111 | 0 | 111111 | 110001 | 1110 | 101011011 | 1000010 | 111011 |
Color Harmonies of #DB526F
Complementary color
Monochromatic Colors of #DB526F
Black with #DB526F
Text Example
Text Example
White with #DB526F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB526F; }
p { color: rgb(219,82,111); }
H1.HeaderClassName
{
color: #DB526F;
}
.AnyTagClassName
{
color: #DB526F;
}
</style>
background-color css
<style>
a { background-color: #DB526F; }
a { background-color: rgb(219,82,111); }
div.DivClassName
{
background-color: #DB526F;
}
.BgClassName
{
background-color: #DB526F;
}
</style>
border-color css
<style>
span { border-color: #DB526F; }
span { border-color: rgb(219,82,111); }
td.TdClassName
{
border-color: #DB526F;
}
.TagClassName
{
border-color: #DB526F;
}
</style>