Shades of Mandy #DA424F
Tints of Mandy #DA424F
RGB
CMYK
RGB Variations
Color information
#DA424F (or 0xDA424F) is known color: Mandy. HEX triplet: DA, 42 and 4F. RGB value is (218,66,79). Sum of RGB (Red+Green+Blue) = 218+66+79=363 (48% of max value = 765). Red value is 218 (85.55% from 255 or 60.06% from 363); Green value is 66 (26.17% from 255 or 18.18% from 363); Blue value is 79 (31.25% from 255 or 21.76% from 363); Max value from RGB is 218 - color contains mainly: red. Hex color #DA424F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA424F is #25BDB0. Grayscale: #717171. Windows color (decimal): -2473393 or 5194458. OLE color: 5194458.
HSL color Cylindrical-coordinate representation of color #DA424F: hue angle of 354.87º 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 #DA424F is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 66 | 79 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.15 |
| HSL | 354.87º | 0.67% | 0.56% | - |
| HSV(B) | 354.87º | 0.7% | 0.85% | - |
| XYZ | 32.27 | 19.37 | 9.43 | - |
| YUV | 112.93 | 108.86 | 202.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 66 | 79 | 0 | 0.70 | 0.64 | 0.15 | 354.87 | 0.67 | 0.56 |
| Hex | DA | 42 | 4F | 0 | 46 | 40 | F | 163 | 43 | 38 |
| Octal | 332 | 102 | 117 | 0 | 106 | 100 | 17 | 543 | 103 | 70 |
| Binary | 11011010 | 1000010 | 1001111 | 0 | 1000110 | 1000000 | 1111 | 101100011 | 1000011 | 111000 |
Color Harmonies of #DA424F
Complementary color
Monochromatic Colors of #DA424F
Black with #DA424F
Text Example
Text Example
White with #DA424F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA424F; }
p { color: rgb(218,66,79); }
H1.HeaderClassName
{
color: #DA424F;
}
.AnyTagClassName
{
color: #DA424F;
}
</style>
background-color css
<style>
a { background-color: #DA424F; }
a { background-color: rgb(218,66,79); }
div.DivClassName
{
background-color: #DA424F;
}
.BgClassName
{
background-color: #DA424F;
}
</style>
border-color css
<style>
span { border-color: #DA424F; }
span { border-color: rgb(218,66,79); }
td.TdClassName
{
border-color: #DA424F;
}
.TagClassName
{
border-color: #DA424F;
}
</style>