Shades of Cranberry #DB4A88
Tints of Cranberry #DB4A88
RGB
CMYK
RGB Variations
Color information
#DB4A88 (or 0xDB4A88) is known color: Cranberry. HEX triplet: DB, 4A and 88. RGB value is (219,74,136). Sum of RGB (Red+Green+Blue) = 219+74+136=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 74 (29.30% from 255 or 17.25% from 429); Blue value is 136 (53.52% from 255 or 31.70% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4A88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4A88 is #24B577. Grayscale: #7C7C7C. Windows color (decimal): -2405752 or 8932059. OLE color: 8932059.
HSL color Cylindrical-coordinate representation of color #DB4A88: hue angle of 334.34º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB4A88 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 74 | 136 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.14 |
| HSL | 334.34º | 0.67% | 0.57% | - |
| HSV(B) | 334.34º | 0.66% | 0.86% | - |
| XYZ | 36.11 | 21.74 | 25.58 | - |
| YUV | 124.42 | 134.54 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 74 | 136 | 0 | 0.66 | 0.38 | 0.14 | 334.34 | 0.67 | 0.57 |
| Hex | DB | 4A | 88 | 0 | 42 | 26 | E | 14E | 43 | 39 |
| Octal | 333 | 112 | 210 | 0 | 102 | 46 | 16 | 516 | 103 | 71 |
| Binary | 11011011 | 1001010 | 10001000 | 0 | 1000010 | 100110 | 1110 | 101001110 | 1000011 | 111001 |
Color Harmonies of #DB4A88
Complementary color
Monochromatic Colors of #DB4A88
Black with #DB4A88
Text Example
Text Example
White with #DB4A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4A88; }
p { color: rgb(219,74,136); }
H1.HeaderClassName
{
color: #DB4A88;
}
.AnyTagClassName
{
color: #DB4A88;
}
</style>
background-color css
<style>
a { background-color: #DB4A88; }
a { background-color: rgb(219,74,136); }
div.DivClassName
{
background-color: #DB4A88;
}
.BgClassName
{
background-color: #DB4A88;
}
</style>
border-color css
<style>
span { border-color: #DB4A88; }
span { border-color: rgb(219,74,136); }
td.TdClassName
{
border-color: #DB4A88;
}
.TagClassName
{
border-color: #DB4A88;
}
</style>