Shades of Mandy #DA4F5D
Tints of Mandy #DA4F5D
RGB
CMYK
RGB Variations
Color information
#DA4F5D (or 0xDA4F5D) is known color: Mandy. HEX triplet: DA, 4F and 5D. RGB value is (218,79,93). Sum of RGB (Red+Green+Blue) = 218+79+93=390 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.90% from 390); Green value is 79 (31.25% from 255 or 20.26% from 390); Blue value is 93 (36.72% from 255 or 23.85% from 390); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA4F5D is #25B0A2. Grayscale: #7A7A7A. Windows color (decimal): -2470051 or 6115290. OLE color: 6115290.
HSL color Cylindrical-coordinate representation of color #DA4F5D: hue angle of 353.96º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DA4F5D is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 79 | 93 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.15 |
| HSL | 353.96º | 0.65% | 0.58% | - |
| HSV(B) | 353.96º | 0.64% | 0.85% | - |
| XYZ | 33.69 | 21.29 | 12.69 | - |
| YUV | 122.16 | 111.55 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 79 | 93 | 0 | 0.64 | 0.57 | 0.15 | 353.96 | 0.65 | 0.58 |
| Hex | DA | 4F | 5D | 0 | 40 | 39 | F | 162 | 41 | 3A |
| Octal | 332 | 117 | 135 | 0 | 100 | 71 | 17 | 542 | 101 | 72 |
| Binary | 11011010 | 1001111 | 1011101 | 0 | 1000000 | 111001 | 1111 | 101100010 | 1000001 | 111010 |
Color Harmonies of #DA4F5D
Complementary color
Monochromatic Colors of #DA4F5D
Black with #DA4F5D
Text Example
Text Example
White with #DA4F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4F5D; }
p { color: rgb(218,79,93); }
H1.HeaderClassName
{
color: #DA4F5D;
}
.AnyTagClassName
{
color: #DA4F5D;
}
</style>
background-color css
<style>
a { background-color: #DA4F5D; }
a { background-color: rgb(218,79,93); }
div.DivClassName
{
background-color: #DA4F5D;
}
.BgClassName
{
background-color: #DA4F5D;
}
</style>
border-color css
<style>
span { border-color: #DA4F5D; }
span { border-color: rgb(218,79,93); }
td.TdClassName
{
border-color: #DA4F5D;
}
.TagClassName
{
border-color: #DA4F5D;
}
</style>