Shades of Mandy #DA4253
Tints of Mandy #DA4253
RGB
CMYK
RGB Variations
Color information
#DA4253 (or 0xDA4253) is known color: Mandy. HEX triplet: DA, 42 and 53. RGB value is (218,66,83). Sum of RGB (Red+Green+Blue) = 218+66+83=367 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.40% from 367); Green value is 66 (26.17% from 255 or 17.98% from 367); Blue value is 83 (32.81% from 255 or 22.62% from 367); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4253 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4253 is #25BDAC. Grayscale: #717171. Windows color (decimal): -2473389 or 5456602. OLE color: 5456602.
HSL color Cylindrical-coordinate representation of color #DA4253: hue angle of 353.29º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA4253 is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 66 | 83 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.15 |
| HSL | 353.29º | 0.67% | 0.56% | - |
| HSV(B) | 353.29º | 0.7% | 0.85% | - |
| XYZ | 32.42 | 19.43 | 10.22 | - |
| YUV | 113.39 | 110.86 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 66 | 83 | 0 | 0.70 | 0.62 | 0.15 | 353.29 | 0.67 | 0.56 |
| Hex | DA | 42 | 53 | 0 | 46 | 3E | F | 161 | 43 | 38 |
| Octal | 332 | 102 | 123 | 0 | 106 | 76 | 17 | 541 | 103 | 70 |
| Binary | 11011010 | 1000010 | 1010011 | 0 | 1000110 | 111110 | 1111 | 101100001 | 1000011 | 111000 |
Color Harmonies of #DA4253
Complementary color
Monochromatic Colors of #DA4253
Black with #DA4253
Text Example
Text Example
White with #DA4253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4253; }
p { color: rgb(218,66,83); }
H1.HeaderClassName
{
color: #DA4253;
}
.AnyTagClassName
{
color: #DA4253;
}
</style>
background-color css
<style>
a { background-color: #DA4253; }
a { background-color: rgb(218,66,83); }
div.DivClassName
{
background-color: #DA4253;
}
.BgClassName
{
background-color: #DA4253;
}
</style>
border-color css
<style>
span { border-color: #DA4253; }
span { border-color: rgb(218,66,83); }
td.TdClassName
{
border-color: #DA4253;
}
.TagClassName
{
border-color: #DA4253;
}
</style>