Shades of Cranberry #DB507A
Tints of Cranberry #DB507A
RGB
CMYK
RGB Variations
Color information
#DB507A (or 0xDB507A) is known color: Cranberry. HEX triplet: DB, 50 and 7A. RGB value is (219,80,122). Sum of RGB (Red+Green+Blue) = 219+80+122=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 80 (31.64% from 255 or 19.00% from 421); Blue value is 122 (48.05% from 255 or 28.98% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB507A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB507A is #24AF85. Grayscale: #7E7E7E. Windows color (decimal): -2404230 or 8016091. OLE color: 8016091.
HSL color Cylindrical-coordinate representation of color #DB507A: hue angle of 341.87º 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 #DB507A is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 122 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.14 |
| HSL | 341.87º | 0.66% | 0.59% | - |
| HSV(B) | 341.87º | 0.63% | 0.86% | - |
| XYZ | 35.59 | 22.2 | 20.82 | - |
| YUV | 126.35 | 125.55 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 122 | 0 | 0.63 | 0.44 | 0.14 | 341.87 | 0.66 | 0.59 |
| Hex | DB | 50 | 7A | 0 | 3F | 2C | E | 156 | 42 | 3B |
| Octal | 333 | 120 | 172 | 0 | 77 | 54 | 16 | 526 | 102 | 73 |
| Binary | 11011011 | 1010000 | 1111010 | 0 | 111111 | 101100 | 1110 | 101010110 | 1000010 | 111011 |
Color Harmonies of #DB507A
Complementary color
Monochromatic Colors of #DB507A
Black with #DB507A
Text Example
Text Example
White with #DB507A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB507A; }
p { color: rgb(219,80,122); }
H1.HeaderClassName
{
color: #DB507A;
}
.AnyTagClassName
{
color: #DB507A;
}
</style>
background-color css
<style>
a { background-color: #DB507A; }
a { background-color: rgb(219,80,122); }
div.DivClassName
{
background-color: #DB507A;
}
.BgClassName
{
background-color: #DB507A;
}
</style>
border-color css
<style>
span { border-color: #DB507A; }
span { border-color: rgb(219,80,122); }
td.TdClassName
{
border-color: #DB507A;
}
.TagClassName
{
border-color: #DB507A;
}
</style>