Shades of Mandy #DA4054
Tints of Mandy #DA4054
RGB
CMYK
RGB Variations
Color information
#DA4054 (or 0xDA4054) is known color: Mandy. HEX triplet: DA, 40 and 54. RGB value is (218,64,84). Sum of RGB (Red+Green+Blue) = 218+64+84=366 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.56% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 84 (33.20% from 255 or 22.95% from 366); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4054 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4054 is #25BFAB. Grayscale: #707070. Windows color (decimal): -2473900 or 5521626. OLE color: 5521626.
HSL color Cylindrical-coordinate representation of color #DA4054: hue angle of 352.21º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA4054 is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 64 | 84 | - |
| CMYK | 0 | 0.71 | 0.61 | 0.15 |
| HSL | 352.21º | 0.68% | 0.55% | - |
| HSV(B) | 352.21º | 0.71% | 0.85% | - |
| XYZ | 32.35 | 19.21 | 10.39 | - |
| YUV | 112.33 | 112.02 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 64 | 84 | 0 | 0.71 | 0.61 | 0.15 | 352.21 | 0.68 | 0.55 |
| Hex | DA | 40 | 54 | 0 | 47 | 3D | F | 160 | 44 | 37 |
| Octal | 332 | 100 | 124 | 0 | 107 | 75 | 17 | 540 | 104 | 67 |
| Binary | 11011010 | 1000000 | 1010100 | 0 | 1000111 | 111101 | 1111 | 101100000 | 1000100 | 110111 |
Color Harmonies of #DA4054
Complementary color
Monochromatic Colors of #DA4054
Black with #DA4054
Text Example
Text Example
White with #DA4054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4054; }
p { color: rgb(218,64,84); }
H1.HeaderClassName
{
color: #DA4054;
}
.AnyTagClassName
{
color: #DA4054;
}
</style>
background-color css
<style>
a { background-color: #DA4054; }
a { background-color: rgb(218,64,84); }
div.DivClassName
{
background-color: #DA4054;
}
.BgClassName
{
background-color: #DA4054;
}
</style>
border-color css
<style>
span { border-color: #DA4054; }
span { border-color: rgb(218,64,84); }
td.TdClassName
{
border-color: #DA4054;
}
.TagClassName
{
border-color: #DA4054;
}
</style>