Shades of Cranberry #DB4D75
Tints of Cranberry #DB4D75
RGB
CMYK
RGB Variations
Color information
#DB4D75 (or 0xDB4D75) is known color: Cranberry. HEX triplet: DB, 4D and 75. RGB value is (219,77,117). Sum of RGB (Red+Green+Blue) = 219+77+117=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 77 (30.47% from 255 or 18.64% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB4D75 is #24B28A. Grayscale: #7C7C7C. Windows color (decimal): -2405003 or 7687643. OLE color: 7687643.
HSL color Cylindrical-coordinate representation of color #DB4D75: hue angle of 343.1º 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 #DB4D75 is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 77 | 117 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.14 |
| HSL | 343.1º | 0.66% | 0.58% | - |
| HSV(B) | 343.1º | 0.65% | 0.86% | - |
| XYZ | 35.08 | 21.65 | 19.16 | - |
| YUV | 124.02 | 124.04 | 195.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 117 | 0 | 0.65 | 0.47 | 0.14 | 343.1 | 0.66 | 0.58 |
| Hex | DB | 4D | 75 | 0 | 41 | 2F | E | 157 | 42 | 3A |
| Octal | 333 | 115 | 165 | 0 | 101 | 57 | 16 | 527 | 102 | 72 |
| Binary | 11011011 | 1001101 | 1110101 | 0 | 1000001 | 101111 | 1110 | 101010111 | 1000010 | 111010 |
Color Harmonies of #DB4D75
Complementary color
Monochromatic Colors of #DB4D75
Black with #DB4D75
Text Example
Text Example
White with #DB4D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4D75; }
p { color: rgb(219,77,117); }
H1.HeaderClassName
{
color: #DB4D75;
}
.AnyTagClassName
{
color: #DB4D75;
}
</style>
background-color css
<style>
a { background-color: #DB4D75; }
a { background-color: rgb(219,77,117); }
div.DivClassName
{
background-color: #DB4D75;
}
.BgClassName
{
background-color: #DB4D75;
}
</style>
border-color css
<style>
span { border-color: #DB4D75; }
span { border-color: rgb(219,77,117); }
td.TdClassName
{
border-color: #DB4D75;
}
.TagClassName
{
border-color: #DB4D75;
}
</style>