Shades of Mandy #DA4F5B
Tints of Mandy #DA4F5B
RGB
CMYK
RGB Variations
Color information
#DA4F5B (or 0xDA4F5B) is known color: Mandy. HEX triplet: DA, 4F and 5B. RGB value is (218,79,91). Sum of RGB (Red+Green+Blue) = 218+79+91=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 79 (31.25% from 255 or 20.36% from 388); Blue value is 91 (35.94% from 255 or 23.45% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4F5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA4F5B is #25B0A4. Grayscale: #7A7A7A. Windows color (decimal): -2470053 or 5984218. OLE color: 5984218.
HSL color Cylindrical-coordinate representation of color #DA4F5B: hue angle of 354.82º 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 #DA4F5B is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 79 | 91 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.15 |
| HSL | 354.82º | 0.65% | 0.58% | - |
| HSV(B) | 354.82º | 0.64% | 0.85% | - |
| XYZ | 33.6 | 21.25 | 12.23 | - |
| YUV | 121.93 | 110.55 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 79 | 91 | 0 | 0.64 | 0.58 | 0.15 | 354.82 | 0.65 | 0.58 |
| Hex | DA | 4F | 5B | 0 | 40 | 3A | F | 163 | 41 | 3A |
| Octal | 332 | 117 | 133 | 0 | 100 | 72 | 17 | 543 | 101 | 72 |
| Binary | 11011010 | 1001111 | 1011011 | 0 | 1000000 | 111010 | 1111 | 101100011 | 1000001 | 111010 |
Color Harmonies of #DA4F5B
Complementary color
Monochromatic Colors of #DA4F5B
Black with #DA4F5B
Text Example
Text Example
White with #DA4F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4F5B; }
p { color: rgb(218,79,91); }
H1.HeaderClassName
{
color: #DA4F5B;
}
.AnyTagClassName
{
color: #DA4F5B;
}
</style>
background-color css
<style>
a { background-color: #DA4F5B; }
a { background-color: rgb(218,79,91); }
div.DivClassName
{
background-color: #DA4F5B;
}
.BgClassName
{
background-color: #DA4F5B;
}
</style>
border-color css
<style>
span { border-color: #DA4F5B; }
span { border-color: rgb(218,79,91); }
td.TdClassName
{
border-color: #DA4F5B;
}
.TagClassName
{
border-color: #DA4F5B;
}
</style>