Shades of Cranberry #DB4480
Tints of Cranberry #DB4480
RGB
CMYK
RGB Variations
Color information
#DB4480 (or 0xDB4480) is known color: Cranberry. HEX triplet: DB, 44 and 80. RGB value is (219,68,128). Sum of RGB (Red+Green+Blue) = 219+68+128=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 68 (26.95% from 255 or 16.39% from 415); Blue value is 128 (50.39% from 255 or 30.84% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4480 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4480 is #24BB7F. Grayscale: #777777. Windows color (decimal): -2407296 or 8406235. OLE color: 8406235.
HSL color Cylindrical-coordinate representation of color #DB4480: hue angle of 336.16º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB4480 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 68 | 128 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.14 |
| HSL | 336.16º | 0.68% | 0.56% | - |
| HSV(B) | 336.16º | 0.69% | 0.86% | - |
| XYZ | 35.18 | 20.75 | 22.57 | - |
| YUV | 119.99 | 132.53 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 68 | 128 | 0 | 0.69 | 0.42 | 0.14 | 336.16 | 0.68 | 0.56 |
| Hex | DB | 44 | 80 | 0 | 45 | 2A | E | 150 | 44 | 38 |
| Octal | 333 | 104 | 200 | 0 | 105 | 52 | 16 | 520 | 104 | 70 |
| Binary | 11011011 | 1000100 | 10000000 | 0 | 1000101 | 101010 | 1110 | 101010000 | 1000100 | 111000 |
Color Harmonies of #DB4480
Complementary color
Monochromatic Colors of #DB4480
Black with #DB4480
Text Example
Text Example
White with #DB4480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4480; }
p { color: rgb(219,68,128); }
H1.HeaderClassName
{
color: #DB4480;
}
.AnyTagClassName
{
color: #DB4480;
}
</style>
background-color css
<style>
a { background-color: #DB4480; }
a { background-color: rgb(219,68,128); }
div.DivClassName
{
background-color: #DB4480;
}
.BgClassName
{
background-color: #DB4480;
}
</style>
border-color css
<style>
span { border-color: #DB4480; }
span { border-color: rgb(219,68,128); }
td.TdClassName
{
border-color: #DB4480;
}
.TagClassName
{
border-color: #DB4480;
}
</style>