Shades of Mandy #DB465F
Tints of Mandy #DB465F
RGB
CMYK
RGB Variations
Color information
#DB465F (or 0xDB465F) is known color: Mandy. HEX triplet: DB, 46 and 5F. RGB value is (219,70,95). Sum of RGB (Red+Green+Blue) = 219+70+95=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 70 (27.73% from 255 or 18.23% from 384); Blue value is 95 (37.5% from 255 or 24.74% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB465F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB465F is #24B9A0. Grayscale: #757575. Windows color (decimal): -2406817 or 6244059. OLE color: 6244059.
HSL color Cylindrical-coordinate representation of color #DB465F: hue angle of 349.93º 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 #DB465F is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 70 | 95 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.14 |
| HSL | 349.93º | 0.67% | 0.57% | - |
| HSV(B) | 349.93º | 0.68% | 0.86% | - |
| XYZ | 33.47 | 20.27 | 12.97 | - |
| YUV | 117.4 | 115.36 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 70 | 95 | 0 | 0.68 | 0.57 | 0.14 | 349.93 | 0.67 | 0.57 |
| Hex | DB | 46 | 5F | 0 | 44 | 39 | E | 15E | 43 | 39 |
| Octal | 333 | 106 | 137 | 0 | 104 | 71 | 16 | 536 | 103 | 71 |
| Binary | 11011011 | 1000110 | 1011111 | 0 | 1000100 | 111001 | 1110 | 101011110 | 1000011 | 111001 |
Color Harmonies of #DB465F
Complementary color
Monochromatic Colors of #DB465F
Black with #DB465F
Text Example
Text Example
White with #DB465F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB465F; }
p { color: rgb(219,70,95); }
H1.HeaderClassName
{
color: #DB465F;
}
.AnyTagClassName
{
color: #DB465F;
}
</style>
background-color css
<style>
a { background-color: #DB465F; }
a { background-color: rgb(219,70,95); }
div.DivClassName
{
background-color: #DB465F;
}
.BgClassName
{
background-color: #DB465F;
}
</style>
border-color css
<style>
span { border-color: #DB465F; }
span { border-color: rgb(219,70,95); }
td.TdClassName
{
border-color: #DB465F;
}
.TagClassName
{
border-color: #DB465F;
}
</style>