Shades of Mandy #DA424A
Tints of Mandy #DA424A
RGB
CMYK
RGB Variations
Color information
#DA424A (or 0xDA424A) is known color: Mandy. HEX triplet: DA, 42 and 4A. RGB value is (218,66,74). Sum of RGB (Red+Green+Blue) = 218+66+74=358 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.89% from 358); Green value is 66 (26.17% from 255 or 18.44% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 218 - color contains mainly: red. Hex color #DA424A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA424A is #25BDB5. Grayscale: #707070. Windows color (decimal): -2473398 or 4866778. OLE color: 4866778.
HSL color Cylindrical-coordinate representation of color #DA424A: hue angle of 356.84º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA424A is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 66 | 74 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.15 |
| HSL | 356.84º | 0.67% | 0.56% | - |
| HSV(B) | 356.84º | 0.7% | 0.85% | - |
| XYZ | 32.1 | 19.3 | 8.51 | - |
| YUV | 112.36 | 106.36 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 66 | 74 | 0 | 0.70 | 0.66 | 0.15 | 356.84 | 0.67 | 0.56 |
| Hex | DA | 42 | 4A | 0 | 46 | 42 | F | 165 | 43 | 38 |
| Octal | 332 | 102 | 112 | 0 | 106 | 102 | 17 | 545 | 103 | 70 |
| Binary | 11011010 | 1000010 | 1001010 | 0 | 1000110 | 1000010 | 1111 | 101100101 | 1000011 | 111000 |
Color Harmonies of #DA424A
Complementary color
Monochromatic Colors of #DA424A
Black with #DA424A
Text Example
Text Example
White with #DA424A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA424A; }
p { color: rgb(218,66,74); }
H1.HeaderClassName
{
color: #DA424A;
}
.AnyTagClassName
{
color: #DA424A;
}
</style>
background-color css
<style>
a { background-color: #DA424A; }
a { background-color: rgb(218,66,74); }
div.DivClassName
{
background-color: #DA424A;
}
.BgClassName
{
background-color: #DA424A;
}
</style>
border-color css
<style>
span { border-color: #DA424A; }
span { border-color: rgb(218,66,74); }
td.TdClassName
{
border-color: #DA424A;
}
.TagClassName
{
border-color: #DA424A;
}
</style>