Shades of Mandy #DB4661
Tints of Mandy #DB4661
RGB
CMYK
RGB Variations
Color information
#DB4661 (or 0xDB4661) is known color: Mandy. HEX triplet: DB, 46 and 61. RGB value is (219,70,97). Sum of RGB (Red+Green+Blue) = 219+70+97=386 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.74% from 386); Green value is 70 (27.73% from 255 or 18.13% from 386); Blue value is 97 (38.28% from 255 or 25.13% from 386); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4661 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4661 is #24B99E. Grayscale: #757575. Windows color (decimal): -2406815 or 6375131. OLE color: 6375131.
HSL color Cylindrical-coordinate representation of color #DB4661: hue angle of 349.13º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB4661 is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 70 | 97 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.14 |
| HSL | 349.13º | 0.67% | 0.57% | - |
| HSV(B) | 349.13º | 0.68% | 0.86% | - |
| XYZ | 33.56 | 20.3 | 13.46 | - |
| YUV | 117.63 | 116.36 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 70 | 97 | 0 | 0.68 | 0.56 | 0.14 | 349.13 | 0.67 | 0.57 |
| Hex | DB | 46 | 61 | 0 | 44 | 38 | E | 15D | 43 | 39 |
| Octal | 333 | 106 | 141 | 0 | 104 | 70 | 16 | 535 | 103 | 71 |
| Binary | 11011011 | 1000110 | 1100001 | 0 | 1000100 | 111000 | 1110 | 101011101 | 1000011 | 111001 |
Color Harmonies of #DB4661
Complementary color
Monochromatic Colors of #DB4661
Black with #DB4661
Text Example
Text Example
White with #DB4661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4661; }
p { color: rgb(219,70,97); }
H1.HeaderClassName
{
color: #DB4661;
}
.AnyTagClassName
{
color: #DB4661;
}
</style>
background-color css
<style>
a { background-color: #DB4661; }
a { background-color: rgb(219,70,97); }
div.DivClassName
{
background-color: #DB4661;
}
.BgClassName
{
background-color: #DB4661;
}
</style>
border-color css
<style>
span { border-color: #DB4661; }
span { border-color: rgb(219,70,97); }
td.TdClassName
{
border-color: #DB4661;
}
.TagClassName
{
border-color: #DB4661;
}
</style>