Shades of Cranberry #DB4880
Tints of Cranberry #DB4880
RGB
CMYK
RGB Variations
Color information
#DB4880 (or 0xDB4880) is known color: Cranberry. HEX triplet: DB, 48 and 80. RGB value is (219,72,128). Sum of RGB (Red+Green+Blue) = 219+72+128=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 72 (28.52% from 255 or 17.18% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4880 is #24B77F. Grayscale: #7A7A7A. Windows color (decimal): -2406272 or 8407259. OLE color: 8407259.
HSL color Cylindrical-coordinate representation of color #DB4880: hue angle of 337.14º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB4880 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 128 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.14 |
| HSL | 337.14º | 0.67% | 0.57% | - |
| HSV(B) | 337.14º | 0.67% | 0.86% | - |
| XYZ | 35.43 | 21.25 | 22.66 | - |
| YUV | 122.34 | 131.2 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 128 | 0 | 0.67 | 0.42 | 0.14 | 337.14 | 0.67 | 0.57 |
| Hex | DB | 48 | 80 | 0 | 43 | 2A | E | 151 | 43 | 39 |
| Octal | 333 | 110 | 200 | 0 | 103 | 52 | 16 | 521 | 103 | 71 |
| Binary | 11011011 | 1001000 | 10000000 | 0 | 1000011 | 101010 | 1110 | 101010001 | 1000011 | 111001 |
Color Harmonies of #DB4880
Complementary color
Monochromatic Colors of #DB4880
Black with #DB4880
Text Example
Text Example
White with #DB4880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4880; }
p { color: rgb(219,72,128); }
H1.HeaderClassName
{
color: #DB4880;
}
.AnyTagClassName
{
color: #DB4880;
}
</style>
background-color css
<style>
a { background-color: #DB4880; }
a { background-color: rgb(219,72,128); }
div.DivClassName
{
background-color: #DB4880;
}
.BgClassName
{
background-color: #DB4880;
}
</style>
border-color css
<style>
span { border-color: #DB4880; }
span { border-color: rgb(219,72,128); }
td.TdClassName
{
border-color: #DB4880;
}
.TagClassName
{
border-color: #DB4880;
}
</style>