Shades of Mandy #DA445D
Tints of Mandy #DA445D
RGB
CMYK
RGB Variations
Color information
#DA445D (or 0xDA445D) is known color: Mandy. HEX triplet: DA, 44 and 5D. RGB value is (218,68,93). Sum of RGB (Red+Green+Blue) = 218+68+93=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 68 (26.95% from 255 or 17.94% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA445D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA445D is #25BBA2. Grayscale: #737373. Windows color (decimal): -2472867 or 6112474. OLE color: 6112474.
HSL color Cylindrical-coordinate representation of color #DA445D: hue angle of 350º 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 #DA445D is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 68 | 93 | - |
| CMYK | 0 | 0.69 | 0.57 | 0.15 |
| HSL | 350º | 0.67% | 0.56% | - |
| HSV(B) | 350º | 0.69% | 0.85% | - |
| XYZ | 32.96 | 19.83 | 12.45 | - |
| YUV | 115.7 | 115.2 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 68 | 93 | 0 | 0.69 | 0.57 | 0.15 | 350 | 0.67 | 0.56 |
| Hex | DA | 44 | 5D | 0 | 45 | 39 | F | 15E | 43 | 38 |
| Octal | 332 | 104 | 135 | 0 | 105 | 71 | 17 | 536 | 103 | 70 |
| Binary | 11011010 | 1000100 | 1011101 | 0 | 1000101 | 111001 | 1111 | 101011110 | 1000011 | 111000 |
Color Harmonies of #DA445D
Complementary color
Monochromatic Colors of #DA445D
Black with #DA445D
Text Example
Text Example
White with #DA445D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA445D; }
p { color: rgb(218,68,93); }
H1.HeaderClassName
{
color: #DA445D;
}
.AnyTagClassName
{
color: #DA445D;
}
</style>
background-color css
<style>
a { background-color: #DA445D; }
a { background-color: rgb(218,68,93); }
div.DivClassName
{
background-color: #DA445D;
}
.BgClassName
{
background-color: #DA445D;
}
</style>
border-color css
<style>
span { border-color: #DA445D; }
span { border-color: rgb(218,68,93); }
td.TdClassName
{
border-color: #DA445D;
}
.TagClassName
{
border-color: #DA445D;
}
</style>