Shades of Mandy #DB6263
Tints of Mandy #DB6263
RGB
CMYK
RGB Variations
Color information
#DB6263 (or 0xDB6263) is known color: Mandy. HEX triplet: DB, 62 and 63. RGB value is (219,98,99). Sum of RGB (Red+Green+Blue) = 219+98+99=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 98 (38.67% from 255 or 23.56% from 416); Blue value is 99 (39.06% from 255 or 23.80% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6263 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6263 is #249D9C. Grayscale: #868686. Windows color (decimal): -2399645 or 6513371. OLE color: 6513371.
HSL color Cylindrical-coordinate representation of color #DB6263: hue angle of 359.5º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB6263 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 98 | 99 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.14 |
| HSL | 359.5º | 0.63% | 0.62% | - |
| HSV(B) | 359.5º | 0.55% | 0.86% | - |
| XYZ | 35.83 | 24.7 | 14.68 | - |
| YUV | 134.29 | 108.09 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 99 | 0 | 0.55 | 0.55 | 0.14 | 359.5 | 0.63 | 0.62 |
| Hex | DB | 62 | 63 | 0 | 37 | 37 | E | 168 | 3F | 3E |
| Octal | 333 | 142 | 143 | 0 | 67 | 67 | 16 | 550 | 77 | 76 |
| Binary | 11011011 | 1100010 | 1100011 | 0 | 110111 | 110111 | 1110 | 101101000 | 111111 | 111110 |
Color Harmonies of #DB6263
Complementary color
Monochromatic Colors of #DB6263
Black with #DB6263
Text Example
Text Example
White with #DB6263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6263; }
p { color: rgb(219,98,99); }
H1.HeaderClassName
{
color: #DB6263;
}
.AnyTagClassName
{
color: #DB6263;
}
</style>
background-color css
<style>
a { background-color: #DB6263; }
a { background-color: rgb(219,98,99); }
div.DivClassName
{
background-color: #DB6263;
}
.BgClassName
{
background-color: #DB6263;
}
</style>
border-color css
<style>
span { border-color: #DB6263; }
span { border-color: rgb(219,98,99); }
td.TdClassName
{
border-color: #DB6263;
}
.TagClassName
{
border-color: #DB6263;
}
</style>