Shades of Cranberry #DB4C72
Tints of Cranberry #DB4C72
RGB
CMYK
RGB Variations
Color information
#DB4C72 (or 0xDB4C72) is known color: Cranberry. HEX triplet: DB, 4C and 72. RGB value is (219,76,114). Sum of RGB (Red+Green+Blue) = 219+76+114=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 76 (30.08% from 255 or 18.58% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4C72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4C72 is #24B38D. Grayscale: #7B7B7B. Windows color (decimal): -2405262 or 7490779. OLE color: 7490779.
HSL color Cylindrical-coordinate representation of color #DB4C72: hue angle of 344.06º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB4C72 is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 76 | 114 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.14 |
| HSL | 344.06º | 0.67% | 0.58% | - |
| HSV(B) | 344.06º | 0.65% | 0.86% | - |
| XYZ | 34.84 | 21.44 | 18.22 | - |
| YUV | 123.09 | 122.88 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 76 | 114 | 0 | 0.65 | 0.48 | 0.14 | 344.06 | 0.67 | 0.58 |
| Hex | DB | 4C | 72 | 0 | 41 | 30 | E | 158 | 43 | 3A |
| Octal | 333 | 114 | 162 | 0 | 101 | 60 | 16 | 530 | 103 | 72 |
| Binary | 11011011 | 1001100 | 1110010 | 0 | 1000001 | 110000 | 1110 | 101011000 | 1000011 | 111010 |
Color Harmonies of #DB4C72
Complementary color
Monochromatic Colors of #DB4C72
Black with #DB4C72
Text Example
Text Example
White with #DB4C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4C72; }
p { color: rgb(219,76,114); }
H1.HeaderClassName
{
color: #DB4C72;
}
.AnyTagClassName
{
color: #DB4C72;
}
</style>
background-color css
<style>
a { background-color: #DB4C72; }
a { background-color: rgb(219,76,114); }
div.DivClassName
{
background-color: #DB4C72;
}
.BgClassName
{
background-color: #DB4C72;
}
</style>
border-color css
<style>
span { border-color: #DB4C72; }
span { border-color: rgb(219,76,114); }
td.TdClassName
{
border-color: #DB4C72;
}
.TagClassName
{
border-color: #DB4C72;
}
</style>