Shades of Cranberry #DB4E75
Tints of Cranberry #DB4E75
RGB
CMYK
RGB Variations
Color information
#DB4E75 (or 0xDB4E75) is known color: Cranberry. HEX triplet: DB, 4E and 75. RGB value is (219,78,117). Sum of RGB (Red+Green+Blue) = 219+78+117=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 78 (30.86% from 255 or 18.84% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB4E75 is #24B18A. Grayscale: #7C7C7C. Windows color (decimal): -2404747 or 7687899. OLE color: 7687899.
HSL color Cylindrical-coordinate representation of color #DB4E75: hue angle of 343.4º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB4E75 is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 117 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.14 |
| HSL | 343.4º | 0.66% | 0.58% | - |
| HSV(B) | 343.4º | 0.64% | 0.86% | - |
| XYZ | 35.15 | 21.79 | 19.18 | - |
| YUV | 124.61 | 123.71 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 117 | 0 | 0.64 | 0.47 | 0.14 | 343.4 | 0.66 | 0.58 |
| Hex | DB | 4E | 75 | 0 | 40 | 2F | E | 157 | 42 | 3A |
| Octal | 333 | 116 | 165 | 0 | 100 | 57 | 16 | 527 | 102 | 72 |
| Binary | 11011011 | 1001110 | 1110101 | 0 | 1000000 | 101111 | 1110 | 101010111 | 1000010 | 111010 |
Color Harmonies of #DB4E75
Complementary color
Monochromatic Colors of #DB4E75
Black with #DB4E75
Text Example
Text Example
White with #DB4E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4E75; }
p { color: rgb(219,78,117); }
H1.HeaderClassName
{
color: #DB4E75;
}
.AnyTagClassName
{
color: #DB4E75;
}
</style>
background-color css
<style>
a { background-color: #DB4E75; }
a { background-color: rgb(219,78,117); }
div.DivClassName
{
background-color: #DB4E75;
}
.BgClassName
{
background-color: #DB4E75;
}
</style>
border-color css
<style>
span { border-color: #DB4E75; }
span { border-color: rgb(219,78,117); }
td.TdClassName
{
border-color: #DB4E75;
}
.TagClassName
{
border-color: #DB4E75;
}
</style>