Shades of Mandy #DA4546
Tints of Mandy #DA4546
RGB
CMYK
RGB Variations
Color information
#DA4546 (or 0xDA4546) is known color: Mandy. HEX triplet: DA, 45 and 46. RGB value is (218,69,70). Sum of RGB (Red+Green+Blue) = 218+69+70=357 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.06% from 357); Green value is 69 (27.34% from 255 or 19.33% from 357); Blue value is 70 (27.73% from 255 or 19.61% from 357); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4546 is #25BAB9. Grayscale: #717171. Windows color (decimal): -2472634 or 4605402. OLE color: 4605402.
HSL color Cylindrical-coordinate representation of color #DA4546: hue angle of 359.6º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DA4546 is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 69 | 70 | - |
| CMYK | 0 | 0.68 | 0.68 | 0.15 |
| HSL | 359.6º | 0.67% | 0.56% | - |
| HSV(B) | 359.6º | 0.68% | 0.85% | - |
| XYZ | 32.15 | 19.6 | 7.88 | - |
| YUV | 113.67 | 103.36 | 202.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 69 | 70 | 0 | 0.68 | 0.68 | 0.15 | 359.6 | 0.67 | 0.56 |
| Hex | DA | 45 | 46 | 0 | 44 | 44 | F | 168 | 43 | 38 |
| Octal | 332 | 105 | 106 | 0 | 104 | 104 | 17 | 550 | 103 | 70 |
| Binary | 11011010 | 1000101 | 1000110 | 0 | 1000100 | 1000100 | 1111 | 101101000 | 1000011 | 111000 |
Color Harmonies of #DA4546
Complementary color
Monochromatic Colors of #DA4546
Black with #DA4546
Text Example
Text Example
White with #DA4546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4546; }
p { color: rgb(218,69,70); }
H1.HeaderClassName
{
color: #DA4546;
}
.AnyTagClassName
{
color: #DA4546;
}
</style>
background-color css
<style>
a { background-color: #DA4546; }
a { background-color: rgb(218,69,70); }
div.DivClassName
{
background-color: #DA4546;
}
.BgClassName
{
background-color: #DA4546;
}
</style>
border-color css
<style>
span { border-color: #DA4546; }
span { border-color: rgb(218,69,70); }
td.TdClassName
{
border-color: #DA4546;
}
.TagClassName
{
border-color: #DA4546;
}
</style>