Shades of Mandy #DB5865
Tints of Mandy #DB5865
RGB
CMYK
RGB Variations
Color information
#DB5865 (or 0xDB5865) is known color: Mandy. HEX triplet: DB, 58 and 65. RGB value is (219,88,101). Sum of RGB (Red+Green+Blue) = 219+88+101=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 88 (34.77% from 255 or 21.57% from 408); Blue value is 101 (39.84% from 255 or 24.75% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5865 is #24A79A. Grayscale: #808080. Windows color (decimal): -2402203 or 6641883. OLE color: 6641883.
HSL color Cylindrical-coordinate representation of color #DB5865: hue angle of 354.05º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB5865 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 101 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.14 |
| HSL | 354.05º | 0.65% | 0.6% | - |
| HSV(B) | 354.05º | 0.6% | 0.86% | - |
| XYZ | 35.05 | 22.98 | 14.9 | - |
| YUV | 128.65 | 112.4 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 101 | 0 | 0.60 | 0.54 | 0.14 | 354.05 | 0.65 | 0.6 |
| Hex | DB | 58 | 65 | 0 | 3C | 36 | E | 162 | 41 | 3C |
| Octal | 333 | 130 | 145 | 0 | 74 | 66 | 16 | 542 | 101 | 74 |
| Binary | 11011011 | 1011000 | 1100101 | 0 | 111100 | 110110 | 1110 | 101100010 | 1000001 | 111100 |
Color Harmonies of #DB5865
Complementary color
Monochromatic Colors of #DB5865
Black with #DB5865
Text Example
Text Example
White with #DB5865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5865; }
p { color: rgb(219,88,101); }
H1.HeaderClassName
{
color: #DB5865;
}
.AnyTagClassName
{
color: #DB5865;
}
</style>
background-color css
<style>
a { background-color: #DB5865; }
a { background-color: rgb(219,88,101); }
div.DivClassName
{
background-color: #DB5865;
}
.BgClassName
{
background-color: #DB5865;
}
</style>
border-color css
<style>
span { border-color: #DB5865; }
span { border-color: rgb(219,88,101); }
td.TdClassName
{
border-color: #DB5865;
}
.TagClassName
{
border-color: #DB5865;
}
</style>