Shades of Mandy #DB435A
Tints of Mandy #DB435A
RGB
CMYK
RGB Variations
Color information
#DB435A (or 0xDB435A) is known color: Mandy. HEX triplet: DB, 43 and 5A. RGB value is (219,67,90). Sum of RGB (Red+Green+Blue) = 219+67+90=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 67 (26.56% from 255 or 17.82% from 376); Blue value is 90 (35.55% from 255 or 23.94% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB435A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB435A is #24BCA5. Grayscale: #737373. Windows color (decimal): -2407590 or 5915611. OLE color: 5915611.
HSL color Cylindrical-coordinate representation of color #DB435A: hue angle of 350.92º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB435A is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 67 | 90 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.14 |
| HSL | 350.92º | 0.68% | 0.56% | - |
| HSV(B) | 350.92º | 0.69% | 0.86% | - |
| XYZ | 33.07 | 19.81 | 11.75 | - |
| YUV | 115.07 | 113.86 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 67 | 90 | 0 | 0.69 | 0.59 | 0.14 | 350.92 | 0.68 | 0.56 |
| Hex | DB | 43 | 5A | 0 | 45 | 3B | E | 15F | 44 | 38 |
| Octal | 333 | 103 | 132 | 0 | 105 | 73 | 16 | 537 | 104 | 70 |
| Binary | 11011011 | 1000011 | 1011010 | 0 | 1000101 | 111011 | 1110 | 101011111 | 1000100 | 111000 |
Color Harmonies of #DB435A
Complementary color
Monochromatic Colors of #DB435A
Black with #DB435A
Text Example
Text Example
White with #DB435A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB435A; }
p { color: rgb(219,67,90); }
H1.HeaderClassName
{
color: #DB435A;
}
.AnyTagClassName
{
color: #DB435A;
}
</style>
background-color css
<style>
a { background-color: #DB435A; }
a { background-color: rgb(219,67,90); }
div.DivClassName
{
background-color: #DB435A;
}
.BgClassName
{
background-color: #DB435A;
}
</style>
border-color css
<style>
span { border-color: #DB435A; }
span { border-color: rgb(219,67,90); }
td.TdClassName
{
border-color: #DB435A;
}
.TagClassName
{
border-color: #DB435A;
}
</style>