Shades of Mandy #DA4353
Tints of Mandy #DA4353
RGB
CMYK
RGB Variations
Color information
#DA4353 (or 0xDA4353) is known color: Mandy. HEX triplet: DA, 43 and 53. RGB value is (218,67,83). Sum of RGB (Red+Green+Blue) = 218+67+83=368 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.24% from 368); Green value is 67 (26.56% from 255 or 18.21% from 368); Blue value is 83 (32.81% from 255 or 22.55% from 368); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4353 is #25BCAC. Grayscale: #727272. Windows color (decimal): -2473133 or 5456858. OLE color: 5456858.
HSL color Cylindrical-coordinate representation of color #DA4353: hue angle of 353.64º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DA4353 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 67 | 83 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.15 |
| HSL | 353.64º | 0.67% | 0.56% | - |
| HSV(B) | 353.64º | 0.69% | 0.85% | - |
| XYZ | 32.48 | 19.54 | 10.24 | - |
| YUV | 113.97 | 110.53 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 67 | 83 | 0 | 0.69 | 0.62 | 0.15 | 353.64 | 0.67 | 0.56 |
| Hex | DA | 43 | 53 | 0 | 45 | 3E | F | 162 | 43 | 38 |
| Octal | 332 | 103 | 123 | 0 | 105 | 76 | 17 | 542 | 103 | 70 |
| Binary | 11011010 | 1000011 | 1010011 | 0 | 1000101 | 111110 | 1111 | 101100010 | 1000011 | 111000 |
Color Harmonies of #DA4353
Complementary color
Monochromatic Colors of #DA4353
Black with #DA4353
Text Example
Text Example
White with #DA4353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4353; }
p { color: rgb(218,67,83); }
H1.HeaderClassName
{
color: #DA4353;
}
.AnyTagClassName
{
color: #DA4353;
}
</style>
background-color css
<style>
a { background-color: #DA4353; }
a { background-color: rgb(218,67,83); }
div.DivClassName
{
background-color: #DA4353;
}
.BgClassName
{
background-color: #DA4353;
}
</style>
border-color css
<style>
span { border-color: #DA4353; }
span { border-color: rgb(218,67,83); }
td.TdClassName
{
border-color: #DA4353;
}
.TagClassName
{
border-color: #DA4353;
}
</style>