Shades of Cranberry #DB4775
Tints of Cranberry #DB4775
RGB
CMYK
RGB Variations
Color information
#DB4775 (or 0xDB4775) is known color: Cranberry. HEX triplet: DB, 47 and 75. RGB value is (219,71,117). Sum of RGB (Red+Green+Blue) = 219+71+117=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 71 (28.12% from 255 or 17.44% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4775 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4775 is #24B88A. Grayscale: #787878. Windows color (decimal): -2406539 or 7686107. OLE color: 7686107.
HSL color Cylindrical-coordinate representation of color #DB4775: hue angle of 341.35º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB4775 is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 71 | 117 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.14 |
| HSL | 341.35º | 0.67% | 0.57% | - |
| HSV(B) | 341.35º | 0.68% | 0.86% | - |
| XYZ | 34.68 | 20.85 | 19.03 | - |
| YUV | 120.5 | 126.03 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 71 | 117 | 0 | 0.68 | 0.47 | 0.14 | 341.35 | 0.67 | 0.57 |
| Hex | DB | 47 | 75 | 0 | 44 | 2F | E | 155 | 43 | 39 |
| Octal | 333 | 107 | 165 | 0 | 104 | 57 | 16 | 525 | 103 | 71 |
| Binary | 11011011 | 1000111 | 1110101 | 0 | 1000100 | 101111 | 1110 | 101010101 | 1000011 | 111001 |
Color Harmonies of #DB4775
Complementary color
Monochromatic Colors of #DB4775
Black with #DB4775
Text Example
Text Example
White with #DB4775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4775; }
p { color: rgb(219,71,117); }
H1.HeaderClassName
{
color: #DB4775;
}
.AnyTagClassName
{
color: #DB4775;
}
</style>
background-color css
<style>
a { background-color: #DB4775; }
a { background-color: rgb(219,71,117); }
div.DivClassName
{
background-color: #DB4775;
}
.BgClassName
{
background-color: #DB4775;
}
</style>
border-color css
<style>
span { border-color: #DB4775; }
span { border-color: rgb(219,71,117); }
td.TdClassName
{
border-color: #DB4775;
}
.TagClassName
{
border-color: #DB4775;
}
</style>