Shades of Mandy #DA4B4D
Tints of Mandy #DA4B4D
RGB
CMYK
RGB Variations
Color information
#DA4B4D (or 0xDA4B4D) is known color: Mandy. HEX triplet: DA, 4B and 4D. RGB value is (218,75,77). Sum of RGB (Red+Green+Blue) = 218+75+77=370 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.92% from 370); Green value is 75 (29.69% from 255 or 20.27% from 370); Blue value is 77 (30.47% from 255 or 20.81% from 370); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4B4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4B4D is #25B4B2. Grayscale: #767676. Windows color (decimal): -2471091 or 5065690. OLE color: 5065690.
HSL color Cylindrical-coordinate representation of color #DA4B4D: hue angle of 359.16º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DA4B4D is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 75 | 77 | - |
| CMYK | 0 | 0.66 | 0.65 | 0.15 |
| HSL | 359.16º | 0.66% | 0.57% | - |
| HSV(B) | 359.16º | 0.66% | 0.85% | - |
| XYZ | 32.77 | 20.47 | 9.25 | - |
| YUV | 117.99 | 104.88 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 75 | 77 | 0 | 0.66 | 0.65 | 0.15 | 359.16 | 0.66 | 0.57 |
| Hex | DA | 4B | 4D | 0 | 42 | 41 | F | 167 | 42 | 39 |
| Octal | 332 | 113 | 115 | 0 | 102 | 101 | 17 | 547 | 102 | 71 |
| Binary | 11011010 | 1001011 | 1001101 | 0 | 1000010 | 1000001 | 1111 | 101100111 | 1000010 | 111001 |
Color Harmonies of #DA4B4D
Complementary color
Monochromatic Colors of #DA4B4D
Black with #DA4B4D
Text Example
Text Example
White with #DA4B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4B4D; }
p { color: rgb(218,75,77); }
H1.HeaderClassName
{
color: #DA4B4D;
}
.AnyTagClassName
{
color: #DA4B4D;
}
</style>
background-color css
<style>
a { background-color: #DA4B4D; }
a { background-color: rgb(218,75,77); }
div.DivClassName
{
background-color: #DA4B4D;
}
.BgClassName
{
background-color: #DA4B4D;
}
</style>
border-color css
<style>
span { border-color: #DA4B4D; }
span { border-color: rgb(218,75,77); }
td.TdClassName
{
border-color: #DA4B4D;
}
.TagClassName
{
border-color: #DA4B4D;
}
</style>