Shades of Mandy #DB4250
Tints of Mandy #DB4250
RGB
CMYK
RGB Variations
Color information
#DB4250 (or 0xDB4250) is known color: Mandy. HEX triplet: DB, 42 and 50. RGB value is (219,66,80). Sum of RGB (Red+Green+Blue) = 219+66+80=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4250 is #24BDAF. Grayscale: #717171. Windows color (decimal): -2407856 or 5259995. OLE color: 5259995.
HSL color Cylindrical-coordinate representation of color #DB4250: hue angle of 354.51º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB4250 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 66 | 80 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.14 |
| HSL | 354.51º | 0.68% | 0.56% | - |
| HSV(B) | 354.51º | 0.7% | 0.86% | - |
| XYZ | 32.61 | 19.54 | 9.64 | - |
| YUV | 113.34 | 109.19 | 203.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 66 | 80 | 0 | 0.70 | 0.63 | 0.14 | 354.51 | 0.68 | 0.56 |
| Hex | DB | 42 | 50 | 0 | 46 | 3F | E | 163 | 44 | 38 |
| Octal | 333 | 102 | 120 | 0 | 106 | 77 | 16 | 543 | 104 | 70 |
| Binary | 11011011 | 1000010 | 1010000 | 0 | 1000110 | 111111 | 1110 | 101100011 | 1000100 | 111000 |
Color Harmonies of #DB4250
Complementary color
Monochromatic Colors of #DB4250
Black with #DB4250
Text Example
Text Example
White with #DB4250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4250; }
p { color: rgb(219,66,80); }
H1.HeaderClassName
{
color: #DB4250;
}
.AnyTagClassName
{
color: #DB4250;
}
</style>
background-color css
<style>
a { background-color: #DB4250; }
a { background-color: rgb(219,66,80); }
div.DivClassName
{
background-color: #DB4250;
}
.BgClassName
{
background-color: #DB4250;
}
</style>
border-color css
<style>
span { border-color: #DB4250; }
span { border-color: rgb(219,66,80); }
td.TdClassName
{
border-color: #DB4250;
}
.TagClassName
{
border-color: #DB4250;
}
</style>