Shades of Cranberry #DB4376
Tints of Cranberry #DB4376
RGB
CMYK
RGB Variations
Color information
#DB4376 (or 0xDB4376) is known color: Cranberry. HEX triplet: DB, 43 and 76. RGB value is (219,67,118). Sum of RGB (Red+Green+Blue) = 219+67+118=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 67 (26.56% from 255 or 16.58% from 404); Blue value is 118 (46.48% from 255 or 29.21% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4376 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4376 is #24BC89. Grayscale: #767676. Windows color (decimal): -2407562 or 7750619. OLE color: 7750619.
HSL color Cylindrical-coordinate representation of color #DB4376: hue angle of 339.87º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB4376 is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 67 | 118 | - |
| CMYK | 0 | 0.69 | 0.46 | 0.14 |
| HSL | 339.87º | 0.68% | 0.56% | - |
| HSV(B) | 339.87º | 0.69% | 0.86% | - |
| XYZ | 34.49 | 20.38 | 19.26 | - |
| YUV | 118.26 | 127.86 | 199.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 67 | 118 | 0 | 0.69 | 0.46 | 0.14 | 339.87 | 0.68 | 0.56 |
| Hex | DB | 43 | 76 | 0 | 45 | 2E | E | 154 | 44 | 38 |
| Octal | 333 | 103 | 166 | 0 | 105 | 56 | 16 | 524 | 104 | 70 |
| Binary | 11011011 | 1000011 | 1110110 | 0 | 1000101 | 101110 | 1110 | 101010100 | 1000100 | 111000 |
Color Harmonies of #DB4376
Complementary color
Monochromatic Colors of #DB4376
Black with #DB4376
Text Example
Text Example
White with #DB4376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4376; }
p { color: rgb(219,67,118); }
H1.HeaderClassName
{
color: #DB4376;
}
.AnyTagClassName
{
color: #DB4376;
}
</style>
background-color css
<style>
a { background-color: #DB4376; }
a { background-color: rgb(219,67,118); }
div.DivClassName
{
background-color: #DB4376;
}
.BgClassName
{
background-color: #DB4376;
}
</style>
border-color css
<style>
span { border-color: #DB4376; }
span { border-color: rgb(219,67,118); }
td.TdClassName
{
border-color: #DB4376;
}
.TagClassName
{
border-color: #DB4376;
}
</style>