Shades of Cranberry #DB5A75
Tints of Cranberry #DB5A75
RGB
CMYK
RGB Variations
Color information
#DB5A75 (or 0xDB5A75) is known color: Cranberry. HEX triplet: DB, 5A and 75. RGB value is (219,90,117). Sum of RGB (Red+Green+Blue) = 219+90+117=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5A75 is #24A58A. Grayscale: #838383. Windows color (decimal): -2401675 or 7690971. OLE color: 7690971.
HSL color Cylindrical-coordinate representation of color #DB5A75: hue angle of 347.44º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB5A75 is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 117 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.14 |
| HSL | 347.44º | 0.64% | 0.61% | - |
| HSV(B) | 347.44º | 0.59% | 0.86% | - |
| XYZ | 36.08 | 23.66 | 19.49 | - |
| YUV | 131.65 | 119.74 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 117 | 0 | 0.59 | 0.47 | 0.14 | 347.44 | 0.64 | 0.61 |
| Hex | DB | 5A | 75 | 0 | 3B | 2F | E | 15B | 40 | 3D |
| Octal | 333 | 132 | 165 | 0 | 73 | 57 | 16 | 533 | 100 | 75 |
| Binary | 11011011 | 1011010 | 1110101 | 0 | 111011 | 101111 | 1110 | 101011011 | 1000000 | 111101 |
Color Harmonies of #DB5A75
Complementary color
Monochromatic Colors of #DB5A75
Black with #DB5A75
Text Example
Text Example
White with #DB5A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5A75; }
p { color: rgb(219,90,117); }
H1.HeaderClassName
{
color: #DB5A75;
}
.AnyTagClassName
{
color: #DB5A75;
}
</style>
background-color css
<style>
a { background-color: #DB5A75; }
a { background-color: rgb(219,90,117); }
div.DivClassName
{
background-color: #DB5A75;
}
.BgClassName
{
background-color: #DB5A75;
}
</style>
border-color css
<style>
span { border-color: #DB5A75; }
span { border-color: rgb(219,90,117); }
td.TdClassName
{
border-color: #DB5A75;
}
.TagClassName
{
border-color: #DB5A75;
}
</style>