Shades of Mandy #DB5A65
Tints of Mandy #DB5A65
RGB
CMYK
RGB Variations
Color information
#DB5A65 (or 0xDB5A65) is known color: Mandy. HEX triplet: DB, 5A and 65. RGB value is (219,90,101). Sum of RGB (Red+Green+Blue) = 219+90+101=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 90 (35.55% from 255 or 21.95% from 410); Blue value is 101 (39.84% from 255 or 24.63% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5A65 is #24A59A. Grayscale: #818181. Windows color (decimal): -2401691 or 6642395. OLE color: 6642395.
HSL color Cylindrical-coordinate representation of color #DB5A65: hue angle of 354.88º 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 #DB5A65 is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 101 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.14 |
| HSL | 354.88º | 0.64% | 0.61% | - |
| HSV(B) | 354.88º | 0.59% | 0.86% | - |
| XYZ | 35.22 | 23.31 | 14.96 | - |
| YUV | 129.83 | 111.74 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 101 | 0 | 0.59 | 0.54 | 0.14 | 354.88 | 0.64 | 0.61 |
| Hex | DB | 5A | 65 | 0 | 3B | 36 | E | 163 | 40 | 3D |
| Octal | 333 | 132 | 145 | 0 | 73 | 66 | 16 | 543 | 100 | 75 |
| Binary | 11011011 | 1011010 | 1100101 | 0 | 111011 | 110110 | 1110 | 101100011 | 1000000 | 111101 |
Color Harmonies of #DB5A65
Complementary color
Monochromatic Colors of #DB5A65
Black with #DB5A65
Text Example
Text Example
White with #DB5A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5A65; }
p { color: rgb(219,90,101); }
H1.HeaderClassName
{
color: #DB5A65;
}
.AnyTagClassName
{
color: #DB5A65;
}
</style>
background-color css
<style>
a { background-color: #DB5A65; }
a { background-color: rgb(219,90,101); }
div.DivClassName
{
background-color: #DB5A65;
}
.BgClassName
{
background-color: #DB5A65;
}
</style>
border-color css
<style>
span { border-color: #DB5A65; }
span { border-color: rgb(219,90,101); }
td.TdClassName
{
border-color: #DB5A65;
}
.TagClassName
{
border-color: #DB5A65;
}
</style>