Shades of Cranberry #DB4175
Tints of Cranberry #DB4175
RGB
CMYK
RGB Variations
Color information
#DB4175 (or 0xDB4175) is known color: Cranberry. HEX triplet: DB, 41 and 75. RGB value is (219,65,117). Sum of RGB (Red+Green+Blue) = 219+65+117=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 65 (25.78% from 255 or 16.21% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4175 is #24BE8A. Grayscale: #747474. Windows color (decimal): -2408075 or 7684571. OLE color: 7684571.
HSL color Cylindrical-coordinate representation of color #DB4175: hue angle of 339.74º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB4175 is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 65 | 117 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.14 |
| HSL | 339.74º | 0.68% | 0.56% | - |
| HSV(B) | 339.74º | 0.7% | 0.86% | - |
| XYZ | 34.31 | 20.13 | 18.91 | - |
| YUV | 116.97 | 128.02 | 200.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 117 | 0 | 0.70 | 0.47 | 0.14 | 339.74 | 0.68 | 0.56 |
| Hex | DB | 41 | 75 | 0 | 46 | 2F | E | 154 | 44 | 38 |
| Octal | 333 | 101 | 165 | 0 | 106 | 57 | 16 | 524 | 104 | 70 |
| Binary | 11011011 | 1000001 | 1110101 | 0 | 1000110 | 101111 | 1110 | 101010100 | 1000100 | 111000 |
Color Harmonies of #DB4175
Complementary color
Monochromatic Colors of #DB4175
Black with #DB4175
Text Example
Text Example
White with #DB4175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4175; }
p { color: rgb(219,65,117); }
H1.HeaderClassName
{
color: #DB4175;
}
.AnyTagClassName
{
color: #DB4175;
}
</style>
background-color css
<style>
a { background-color: #DB4175; }
a { background-color: rgb(219,65,117); }
div.DivClassName
{
background-color: #DB4175;
}
.BgClassName
{
background-color: #DB4175;
}
</style>
border-color css
<style>
span { border-color: #DB4175; }
span { border-color: rgb(219,65,117); }
td.TdClassName
{
border-color: #DB4175;
}
.TagClassName
{
border-color: #DB4175;
}
</style>