Shades of Mandy #DA4754
Tints of Mandy #DA4754
RGB
CMYK
RGB Variations
Color information
#DA4754 (or 0xDA4754) is known color: Mandy. HEX triplet: DA, 47 and 54. RGB value is (218,71,84). Sum of RGB (Red+Green+Blue) = 218+71+84=373 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.45% from 373); Green value is 71 (28.12% from 255 or 19.03% from 373); Blue value is 84 (33.20% from 255 or 22.52% from 373); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4754 is #25B8AB. Grayscale: #747474. Windows color (decimal): -2472108 or 5523418. OLE color: 5523418.
HSL color Cylindrical-coordinate representation of color #DA4754: hue angle of 354.69º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA4754 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 71 | 84 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.15 |
| HSL | 354.69º | 0.67% | 0.57% | - |
| HSV(B) | 354.69º | 0.67% | 0.85% | - |
| XYZ | 32.77 | 20.05 | 10.53 | - |
| YUV | 116.44 | 109.7 | 200.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 71 | 84 | 0 | 0.67 | 0.61 | 0.15 | 354.69 | 0.67 | 0.57 |
| Hex | DA | 47 | 54 | 0 | 43 | 3D | F | 163 | 43 | 39 |
| Octal | 332 | 107 | 124 | 0 | 103 | 75 | 17 | 543 | 103 | 71 |
| Binary | 11011010 | 1000111 | 1010100 | 0 | 1000011 | 111101 | 1111 | 101100011 | 1000011 | 111001 |
Color Harmonies of #DA4754
Complementary color
Monochromatic Colors of #DA4754
Black with #DA4754
Text Example
Text Example
White with #DA4754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4754; }
p { color: rgb(218,71,84); }
H1.HeaderClassName
{
color: #DA4754;
}
.AnyTagClassName
{
color: #DA4754;
}
</style>
background-color css
<style>
a { background-color: #DA4754; }
a { background-color: rgb(218,71,84); }
div.DivClassName
{
background-color: #DA4754;
}
.BgClassName
{
background-color: #DA4754;
}
</style>
border-color css
<style>
span { border-color: #DA4754; }
span { border-color: rgb(218,71,84); }
td.TdClassName
{
border-color: #DA4754;
}
.TagClassName
{
border-color: #DA4754;
}
</style>