Shades of Mandy #DB6164
Tints of Mandy #DB6164
RGB
CMYK
RGB Variations
Color information
#DB6164 (or 0xDB6164) is known color: Mandy. HEX triplet: DB, 61 and 64. RGB value is (219,97,100). Sum of RGB (Red+Green+Blue) = 219+97+100=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 97 (38.28% from 255 or 23.32% from 416); Blue value is 100 (39.45% from 255 or 24.04% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6164 is #249E9B. Grayscale: #858585. Windows color (decimal): -2399900 or 6578651. OLE color: 6578651.
HSL color Cylindrical-coordinate representation of color #DB6164: hue angle of 358.52º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB6164 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 97 | 100 | - |
| CMYK | 0 | 0.56 | 0.54 | 0.14 |
| HSL | 358.52º | 0.63% | 0.62% | - |
| HSV(B) | 358.52º | 0.56% | 0.86% | - |
| XYZ | 35.79 | 24.53 | 14.91 | - |
| YUV | 133.82 | 108.92 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 97 | 100 | 0 | 0.56 | 0.54 | 0.14 | 358.52 | 0.63 | 0.62 |
| Hex | DB | 61 | 64 | 0 | 38 | 36 | E | 167 | 3F | 3E |
| Octal | 333 | 141 | 144 | 0 | 70 | 66 | 16 | 547 | 77 | 76 |
| Binary | 11011011 | 1100001 | 1100100 | 0 | 111000 | 110110 | 1110 | 101100111 | 111111 | 111110 |
Color Harmonies of #DB6164
Complementary color
Monochromatic Colors of #DB6164
Black with #DB6164
Text Example
Text Example
White with #DB6164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6164; }
p { color: rgb(219,97,100); }
H1.HeaderClassName
{
color: #DB6164;
}
.AnyTagClassName
{
color: #DB6164;
}
</style>
background-color css
<style>
a { background-color: #DB6164; }
a { background-color: rgb(219,97,100); }
div.DivClassName
{
background-color: #DB6164;
}
.BgClassName
{
background-color: #DB6164;
}
</style>
border-color css
<style>
span { border-color: #DB6164; }
span { border-color: rgb(219,97,100); }
td.TdClassName
{
border-color: #DB6164;
}
.TagClassName
{
border-color: #DB6164;
}
</style>