Shades of Cranberry #DB5175
Tints of Cranberry #DB5175
RGB
CMYK
RGB Variations
Color information
#DB5175 (or 0xDB5175) is known color: Cranberry. HEX triplet: DB, 51 and 75. RGB value is (219,81,117). Sum of RGB (Red+Green+Blue) = 219+81+117=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 81 (32.03% from 255 or 19.42% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5175 is #24AE8A. Grayscale: #7E7E7E. Windows color (decimal): -2403979 or 7688667. OLE color: 7688667.
HSL color Cylindrical-coordinate representation of color #DB5175: hue angle of 344.35º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB5175 is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 117 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.14 |
| HSL | 344.35º | 0.66% | 0.59% | - |
| HSV(B) | 344.35º | 0.63% | 0.86% | - |
| XYZ | 35.37 | 22.23 | 19.26 | - |
| YUV | 126.37 | 122.72 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 117 | 0 | 0.63 | 0.47 | 0.14 | 344.35 | 0.66 | 0.59 |
| Hex | DB | 51 | 75 | 0 | 3F | 2F | E | 158 | 42 | 3B |
| Octal | 333 | 121 | 165 | 0 | 77 | 57 | 16 | 530 | 102 | 73 |
| Binary | 11011011 | 1010001 | 1110101 | 0 | 111111 | 101111 | 1110 | 101011000 | 1000010 | 111011 |
Color Harmonies of #DB5175
Complementary color
Monochromatic Colors of #DB5175
Black with #DB5175
Text Example
Text Example
White with #DB5175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5175; }
p { color: rgb(219,81,117); }
H1.HeaderClassName
{
color: #DB5175;
}
.AnyTagClassName
{
color: #DB5175;
}
</style>
background-color css
<style>
a { background-color: #DB5175; }
a { background-color: rgb(219,81,117); }
div.DivClassName
{
background-color: #DB5175;
}
.BgClassName
{
background-color: #DB5175;
}
</style>
border-color css
<style>
span { border-color: #DB5175; }
span { border-color: rgb(219,81,117); }
td.TdClassName
{
border-color: #DB5175;
}
.TagClassName
{
border-color: #DB5175;
}
</style>