Shades of Cranberry #DB4D78
Tints of Cranberry #DB4D78
RGB
CMYK
RGB Variations
Color information
#DB4D78 (or 0xDB4D78) is known color: Cranberry. HEX triplet: DB, 4D and 78. RGB value is (219,77,120). Sum of RGB (Red+Green+Blue) = 219+77+120=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 77 (30.47% from 255 or 18.51% from 416); Blue value is 120 (47.27% from 255 or 28.85% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4D78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB4D78 is #24B287. Grayscale: #7C7C7C. Windows color (decimal): -2405000 or 7884251. OLE color: 7884251.
HSL color Cylindrical-coordinate representation of color #DB4D78: hue angle of 341.83º degrees, saturation: 0.66, 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 #DB4D78 is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 77 | 120 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.14 |
| HSL | 341.83º | 0.66% | 0.58% | - |
| HSV(B) | 341.83º | 0.65% | 0.86% | - |
| XYZ | 35.26 | 21.72 | 20.1 | - |
| YUV | 124.36 | 125.54 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 120 | 0 | 0.65 | 0.45 | 0.14 | 341.83 | 0.66 | 0.58 |
| Hex | DB | 4D | 78 | 0 | 41 | 2D | E | 156 | 42 | 3A |
| Octal | 333 | 115 | 170 | 0 | 101 | 55 | 16 | 526 | 102 | 72 |
| Binary | 11011011 | 1001101 | 1111000 | 0 | 1000001 | 101101 | 1110 | 101010110 | 1000010 | 111010 |
Color Harmonies of #DB4D78
Complementary color
Monochromatic Colors of #DB4D78
Black with #DB4D78
Text Example
Text Example
White with #DB4D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4D78; }
p { color: rgb(219,77,120); }
H1.HeaderClassName
{
color: #DB4D78;
}
.AnyTagClassName
{
color: #DB4D78;
}
</style>
background-color css
<style>
a { background-color: #DB4D78; }
a { background-color: rgb(219,77,120); }
div.DivClassName
{
background-color: #DB4D78;
}
.BgClassName
{
background-color: #DB4D78;
}
</style>
border-color css
<style>
span { border-color: #DB4D78; }
span { border-color: rgb(219,77,120); }
td.TdClassName
{
border-color: #DB4D78;
}
.TagClassName
{
border-color: #DB4D78;
}
</style>