Shades of Mandy #DB4258
Tints of Mandy #DB4258
RGB
CMYK
RGB Variations
Color information
#DB4258 (or 0xDB4258) is known color: Mandy. HEX triplet: DB, 42 and 58. RGB value is (219,66,88). Sum of RGB (Red+Green+Blue) = 219+66+88=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 66 (26.17% from 255 or 17.69% from 373); Blue value is 88 (34.77% from 255 or 23.59% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4258 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4258 is #24BDA7. Grayscale: #727272. Windows color (decimal): -2407848 or 5784283. OLE color: 5784283.
HSL color Cylindrical-coordinate representation of color #DB4258: hue angle of 351.37º 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 #DB4258 is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 66 | 88 | - |
| CMYK | 0 | 0.70 | 0.60 | 0.14 |
| HSL | 351.37º | 0.68% | 0.56% | - |
| HSV(B) | 351.37º | 0.7% | 0.86% | - |
| XYZ | 32.92 | 19.66 | 11.29 | - |
| YUV | 114.26 | 113.19 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 66 | 88 | 0 | 0.70 | 0.60 | 0.14 | 351.37 | 0.68 | 0.56 |
| Hex | DB | 42 | 58 | 0 | 46 | 3C | E | 15F | 44 | 38 |
| Octal | 333 | 102 | 130 | 0 | 106 | 74 | 16 | 537 | 104 | 70 |
| Binary | 11011011 | 1000010 | 1011000 | 0 | 1000110 | 111100 | 1110 | 101011111 | 1000100 | 111000 |
Color Harmonies of #DB4258
Complementary color
Monochromatic Colors of #DB4258
Black with #DB4258
Text Example
Text Example
White with #DB4258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4258; }
p { color: rgb(219,66,88); }
H1.HeaderClassName
{
color: #DB4258;
}
.AnyTagClassName
{
color: #DB4258;
}
</style>
background-color css
<style>
a { background-color: #DB4258; }
a { background-color: rgb(219,66,88); }
div.DivClassName
{
background-color: #DB4258;
}
.BgClassName
{
background-color: #DB4258;
}
</style>
border-color css
<style>
span { border-color: #DB4258; }
span { border-color: rgb(219,66,88); }
td.TdClassName
{
border-color: #DB4258;
}
.TagClassName
{
border-color: #DB4258;
}
</style>