Shades of Cranberry #DB4881
Tints of Cranberry #DB4881
RGB
CMYK
RGB Variations
Color information
#DB4881 (or 0xDB4881) is known color: Cranberry. HEX triplet: DB, 48 and 81. RGB value is (219,72,129). Sum of RGB (Red+Green+Blue) = 219+72+129=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 72 (28.52% from 255 or 17.14% from 420); Blue value is 129 (50.78% from 255 or 30.71% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4881 is #24B77E. Grayscale: #7A7A7A. Windows color (decimal): -2406271 or 8472795. OLE color: 8472795.
HSL color Cylindrical-coordinate representation of color #DB4881: hue angle of 336.73º 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 #DB4881 is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 129 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.14 |
| HSL | 336.73º | 0.67% | 0.57% | - |
| HSV(B) | 336.73º | 0.67% | 0.86% | - |
| XYZ | 35.49 | 21.28 | 23.01 | - |
| YUV | 122.45 | 131.7 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 129 | 0 | 0.67 | 0.41 | 0.14 | 336.73 | 0.67 | 0.57 |
| Hex | DB | 48 | 81 | 0 | 43 | 29 | E | 151 | 43 | 39 |
| Octal | 333 | 110 | 201 | 0 | 103 | 51 | 16 | 521 | 103 | 71 |
| Binary | 11011011 | 1001000 | 10000001 | 0 | 1000011 | 101001 | 1110 | 101010001 | 1000011 | 111001 |
Color Harmonies of #DB4881
Complementary color
Monochromatic Colors of #DB4881
Black with #DB4881
Text Example
Text Example
White with #DB4881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4881; }
p { color: rgb(219,72,129); }
H1.HeaderClassName
{
color: #DB4881;
}
.AnyTagClassName
{
color: #DB4881;
}
</style>
background-color css
<style>
a { background-color: #DB4881; }
a { background-color: rgb(219,72,129); }
div.DivClassName
{
background-color: #DB4881;
}
.BgClassName
{
background-color: #DB4881;
}
</style>
border-color css
<style>
span { border-color: #DB4881; }
span { border-color: rgb(219,72,129); }
td.TdClassName
{
border-color: #DB4881;
}
.TagClassName
{
border-color: #DB4881;
}
</style>