Shades of Mandy #DA424D
Tints of Mandy #DA424D
RGB
CMYK
RGB Variations
Color information
#DA424D (or 0xDA424D) is known color: Mandy. HEX triplet: DA, 42 and 4D. RGB value is (218,66,77). Sum of RGB (Red+Green+Blue) = 218+66+77=361 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.39% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 218 - color contains mainly: red. Hex color #DA424D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA424D is #25BDB2. Grayscale: #707070. Windows color (decimal): -2473395 or 5063386. OLE color: 5063386.
HSL color Cylindrical-coordinate representation of color #DA424D: hue angle of 355.66º 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 #DA424D is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 66 | 77 | - |
| CMYK | 0 | 0.70 | 0.65 | 0.15 |
| HSL | 355.66º | 0.67% | 0.56% | - |
| HSV(B) | 355.66º | 0.7% | 0.85% | - |
| XYZ | 32.2 | 19.34 | 9.06 | - |
| YUV | 112.7 | 107.86 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 66 | 77 | 0 | 0.70 | 0.65 | 0.15 | 355.66 | 0.67 | 0.56 |
| Hex | DA | 42 | 4D | 0 | 46 | 41 | F | 164 | 43 | 38 |
| Octal | 332 | 102 | 115 | 0 | 106 | 101 | 17 | 544 | 103 | 70 |
| Binary | 11011010 | 1000010 | 1001101 | 0 | 1000110 | 1000001 | 1111 | 101100100 | 1000011 | 111000 |
Color Harmonies of #DA424D
Complementary color
Monochromatic Colors of #DA424D
Black with #DA424D
Text Example
Text Example
White with #DA424D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA424D; }
p { color: rgb(218,66,77); }
H1.HeaderClassName
{
color: #DA424D;
}
.AnyTagClassName
{
color: #DA424D;
}
</style>
background-color css
<style>
a { background-color: #DA424D; }
a { background-color: rgb(218,66,77); }
div.DivClassName
{
background-color: #DA424D;
}
.BgClassName
{
background-color: #DA424D;
}
</style>
border-color css
<style>
span { border-color: #DA424D; }
span { border-color: rgb(218,66,77); }
td.TdClassName
{
border-color: #DA424D;
}
.TagClassName
{
border-color: #DA424D;
}
</style>