Shades of Cranberry #DB4889
Tints of Cranberry #DB4889
RGB
CMYK
RGB Variations
Color information
#DB4889 (or 0xDB4889) is known color: Cranberry. HEX triplet: DB, 48 and 89. RGB value is (219,72,137). Sum of RGB (Red+Green+Blue) = 219+72+137=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 72 (28.52% from 255 or 16.82% from 428); Blue value is 137 (53.91% from 255 or 32.01% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4889 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4889 is #24B776. Grayscale: #7B7B7B. Windows color (decimal): -2406263 or 8997083. OLE color: 8997083.
HSL color Cylindrical-coordinate representation of color #DB4889: hue angle of 333.47º 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 #DB4889 is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 137 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.14 |
| HSL | 333.47º | 0.67% | 0.57% | - |
| HSV(B) | 333.47º | 0.67% | 0.86% | - |
| XYZ | 36.05 | 21.5 | 25.92 | - |
| YUV | 123.36 | 135.7 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 137 | 0 | 0.67 | 0.37 | 0.14 | 333.47 | 0.67 | 0.57 |
| Hex | DB | 48 | 89 | 0 | 43 | 25 | E | 14D | 43 | 39 |
| Octal | 333 | 110 | 211 | 0 | 103 | 45 | 16 | 515 | 103 | 71 |
| Binary | 11011011 | 1001000 | 10001001 | 0 | 1000011 | 100101 | 1110 | 101001101 | 1000011 | 111001 |
Color Harmonies of #DB4889
Complementary color
Monochromatic Colors of #DB4889
Black with #DB4889
Text Example
Text Example
White with #DB4889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4889; }
p { color: rgb(219,72,137); }
H1.HeaderClassName
{
color: #DB4889;
}
.AnyTagClassName
{
color: #DB4889;
}
</style>
background-color css
<style>
a { background-color: #DB4889; }
a { background-color: rgb(219,72,137); }
div.DivClassName
{
background-color: #DB4889;
}
.BgClassName
{
background-color: #DB4889;
}
</style>
border-color css
<style>
span { border-color: #DB4889; }
span { border-color: rgb(219,72,137); }
td.TdClassName
{
border-color: #DB4889;
}
.TagClassName
{
border-color: #DB4889;
}
</style>