Shades of Cranberry #DB4888
Tints of Cranberry #DB4888
RGB
CMYK
RGB Variations
Color information
#DB4888 (or 0xDB4888) is known color: Cranberry. HEX triplet: DB, 48 and 88. RGB value is (219,72,136). Sum of RGB (Red+Green+Blue) = 219+72+136=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 72 (28.52% from 255 or 16.86% from 427); Blue value is 136 (53.52% from 255 or 31.85% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4888 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4888 is #24B777. Grayscale: #7B7B7B. Windows color (decimal): -2406264 or 8931547. OLE color: 8931547.
HSL color Cylindrical-coordinate representation of color #DB4888: hue angle of 333.88º 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 #DB4888 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 136 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.14 |
| HSL | 333.88º | 0.67% | 0.57% | - |
| HSV(B) | 333.88º | 0.67% | 0.86% | - |
| XYZ | 35.97 | 21.47 | 25.54 | - |
| YUV | 123.25 | 135.2 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 136 | 0 | 0.67 | 0.38 | 0.14 | 333.88 | 0.67 | 0.57 |
| Hex | DB | 48 | 88 | 0 | 43 | 26 | E | 14E | 43 | 39 |
| Octal | 333 | 110 | 210 | 0 | 103 | 46 | 16 | 516 | 103 | 71 |
| Binary | 11011011 | 1001000 | 10001000 | 0 | 1000011 | 100110 | 1110 | 101001110 | 1000011 | 111001 |
Color Harmonies of #DB4888
Complementary color
Monochromatic Colors of #DB4888
Black with #DB4888
Text Example
Text Example
White with #DB4888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4888; }
p { color: rgb(219,72,136); }
H1.HeaderClassName
{
color: #DB4888;
}
.AnyTagClassName
{
color: #DB4888;
}
</style>
background-color css
<style>
a { background-color: #DB4888; }
a { background-color: rgb(219,72,136); }
div.DivClassName
{
background-color: #DB4888;
}
.BgClassName
{
background-color: #DB4888;
}
</style>
border-color css
<style>
span { border-color: #DB4888; }
span { border-color: rgb(219,72,136); }
td.TdClassName
{
border-color: #DB4888;
}
.TagClassName
{
border-color: #DB4888;
}
</style>