Shades of Mandy #DB5F66
Tints of Mandy #DB5F66
RGB
CMYK
RGB Variations
Color information
#DB5F66 (or 0xDB5F66) is known color: Mandy. HEX triplet: DB, 5F and 66. RGB value is (219,95,102). Sum of RGB (Red+Green+Blue) = 219+95+102=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 95 (37.5% from 255 or 22.84% from 416); Blue value is 102 (40.23% from 255 or 24.52% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5F66 is #24A099. Grayscale: #848484. Windows color (decimal): -2400410 or 6709211. OLE color: 6709211.
HSL color Cylindrical-coordinate representation of color #DB5F66: hue angle of 356.61º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB5F66 is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 95 | 102 | - |
| CMYK | 0 | 0.57 | 0.53 | 0.14 |
| HSL | 356.61º | 0.63% | 0.62% | - |
| HSV(B) | 356.61º | 0.57% | 0.86% | - |
| XYZ | 35.7 | 24.2 | 15.36 | - |
| YUV | 132.87 | 110.58 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 95 | 102 | 0 | 0.57 | 0.53 | 0.14 | 356.61 | 0.63 | 0.62 |
| Hex | DB | 5F | 66 | 0 | 39 | 35 | E | 165 | 3F | 3E |
| Octal | 333 | 137 | 146 | 0 | 71 | 65 | 16 | 545 | 77 | 76 |
| Binary | 11011011 | 1011111 | 1100110 | 0 | 111001 | 110101 | 1110 | 101100101 | 111111 | 111110 |
Color Harmonies of #DB5F66
Complementary color
Monochromatic Colors of #DB5F66
Black with #DB5F66
Text Example
Text Example
White with #DB5F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5F66; }
p { color: rgb(219,95,102); }
H1.HeaderClassName
{
color: #DB5F66;
}
.AnyTagClassName
{
color: #DB5F66;
}
</style>
background-color css
<style>
a { background-color: #DB5F66; }
a { background-color: rgb(219,95,102); }
div.DivClassName
{
background-color: #DB5F66;
}
.BgClassName
{
background-color: #DB5F66;
}
</style>
border-color css
<style>
span { border-color: #DB5F66; }
span { border-color: rgb(219,95,102); }
td.TdClassName
{
border-color: #DB5F66;
}
.TagClassName
{
border-color: #DB5F66;
}
</style>