Shades of Mandy #DA445A
Tints of Mandy #DA445A
RGB
CMYK
RGB Variations
Color information
#DA445A (or 0xDA445A) is known color: Mandy. HEX triplet: DA, 44 and 5A. RGB value is (218,68,90). Sum of RGB (Red+Green+Blue) = 218+68+90=376 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.98% from 376); Green value is 68 (26.95% from 255 or 18.09% from 376); Blue value is 90 (35.55% from 255 or 23.94% from 376); Max value from RGB is 218 - color contains mainly: red. Hex color #DA445A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA445A is #25BBA5. Grayscale: #737373. Windows color (decimal): -2472870 or 5915866. OLE color: 5915866.
HSL color Cylindrical-coordinate representation of color #DA445A: hue angle of 351.2º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DA445A is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 68 | 90 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.15 |
| HSL | 351.2º | 0.67% | 0.56% | - |
| HSV(B) | 351.2º | 0.69% | 0.85% | - |
| XYZ | 32.83 | 19.78 | 11.76 | - |
| YUV | 115.36 | 113.7 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 68 | 90 | 0 | 0.69 | 0.59 | 0.15 | 351.2 | 0.67 | 0.56 |
| Hex | DA | 44 | 5A | 0 | 45 | 3B | F | 15F | 43 | 38 |
| Octal | 332 | 104 | 132 | 0 | 105 | 73 | 17 | 537 | 103 | 70 |
| Binary | 11011010 | 1000100 | 1011010 | 0 | 1000101 | 111011 | 1111 | 101011111 | 1000011 | 111000 |
Color Harmonies of #DA445A
Complementary color
Monochromatic Colors of #DA445A
Black with #DA445A
Text Example
Text Example
White with #DA445A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA445A; }
p { color: rgb(218,68,90); }
H1.HeaderClassName
{
color: #DA445A;
}
.AnyTagClassName
{
color: #DA445A;
}
</style>
background-color css
<style>
a { background-color: #DA445A; }
a { background-color: rgb(218,68,90); }
div.DivClassName
{
background-color: #DA445A;
}
.BgClassName
{
background-color: #DA445A;
}
</style>
border-color css
<style>
span { border-color: #DA445A; }
span { border-color: rgb(218,68,90); }
td.TdClassName
{
border-color: #DA445A;
}
.TagClassName
{
border-color: #DA445A;
}
</style>