Shades of Cranberry #DB5D75
Tints of Cranberry #DB5D75
RGB
CMYK
RGB Variations
Color information
#DB5D75 (or 0xDB5D75) is known color: Cranberry. HEX triplet: DB, 5D and 75. RGB value is (219,93,117). Sum of RGB (Red+Green+Blue) = 219+93+117=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 117 (46.09% from 255 or 27.27% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5D75 is #24A28A. Grayscale: #858585. Windows color (decimal): -2400907 or 7691739. OLE color: 7691739.
HSL color Cylindrical-coordinate representation of color #DB5D75: hue angle of 348.57º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB5D75 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 93 | 117 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.14 |
| HSL | 348.57º | 0.64% | 0.61% | - |
| HSV(B) | 348.57º | 0.58% | 0.86% | - |
| XYZ | 36.34 | 24.17 | 19.58 | - |
| YUV | 133.41 | 118.74 | 189.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 117 | 0 | 0.58 | 0.47 | 0.14 | 348.57 | 0.64 | 0.61 |
| Hex | DB | 5D | 75 | 0 | 3A | 2F | E | 15D | 40 | 3D |
| Octal | 333 | 135 | 165 | 0 | 72 | 57 | 16 | 535 | 100 | 75 |
| Binary | 11011011 | 1011101 | 1110101 | 0 | 111010 | 101111 | 1110 | 101011101 | 1000000 | 111101 |
Color Harmonies of #DB5D75
Complementary color
Monochromatic Colors of #DB5D75
Black with #DB5D75
Text Example
Text Example
White with #DB5D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5D75; }
p { color: rgb(219,93,117); }
H1.HeaderClassName
{
color: #DB5D75;
}
.AnyTagClassName
{
color: #DB5D75;
}
</style>
background-color css
<style>
a { background-color: #DB5D75; }
a { background-color: rgb(219,93,117); }
div.DivClassName
{
background-color: #DB5D75;
}
.BgClassName
{
background-color: #DB5D75;
}
</style>
border-color css
<style>
span { border-color: #DB5D75; }
span { border-color: rgb(219,93,117); }
td.TdClassName
{
border-color: #DB5D75;
}
.TagClassName
{
border-color: #DB5D75;
}
</style>