Shades of Mandy #DA414A
Tints of Mandy #DA414A
RGB
CMYK
RGB Variations
Color information
#DA414A (or 0xDA414A) is known color: Mandy. HEX triplet: DA, 41 and 4A. RGB value is (218,65,74). Sum of RGB (Red+Green+Blue) = 218+65+74=357 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.06% from 357); Green value is 65 (25.78% from 255 or 18.21% from 357); Blue value is 74 (29.30% from 255 or 20.73% from 357); Max value from RGB is 218 - color contains mainly: red. Hex color #DA414A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA414A is #25BEB5. Grayscale: #6F6F6F. Windows color (decimal): -2473654 or 4866522. OLE color: 4866522.
HSL color Cylindrical-coordinate representation of color #DA414A: hue angle of 356.47º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA414A is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 65 | 74 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.15 |
| HSL | 356.47º | 0.67% | 0.55% | - |
| HSV(B) | 356.47º | 0.7% | 0.85% | - |
| XYZ | 32.04 | 19.18 | 8.49 | - |
| YUV | 111.77 | 106.69 | 203.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 65 | 74 | 0 | 0.70 | 0.66 | 0.15 | 356.47 | 0.67 | 0.55 |
| Hex | DA | 41 | 4A | 0 | 46 | 42 | F | 164 | 43 | 37 |
| Octal | 332 | 101 | 112 | 0 | 106 | 102 | 17 | 544 | 103 | 67 |
| Binary | 11011010 | 1000001 | 1001010 | 0 | 1000110 | 1000010 | 1111 | 101100100 | 1000011 | 110111 |
Color Harmonies of #DA414A
Complementary color
Monochromatic Colors of #DA414A
Black with #DA414A
Text Example
Text Example
White with #DA414A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA414A; }
p { color: rgb(218,65,74); }
H1.HeaderClassName
{
color: #DA414A;
}
.AnyTagClassName
{
color: #DA414A;
}
</style>
background-color css
<style>
a { background-color: #DA414A; }
a { background-color: rgb(218,65,74); }
div.DivClassName
{
background-color: #DA414A;
}
.BgClassName
{
background-color: #DA414A;
}
</style>
border-color css
<style>
span { border-color: #DA414A; }
span { border-color: rgb(218,65,74); }
td.TdClassName
{
border-color: #DA414A;
}
.TagClassName
{
border-color: #DA414A;
}
</style>