Shades of Mandy #DA4350
Tints of Mandy #DA4350
RGB
CMYK
RGB Variations
Color information
#DA4350 (or 0xDA4350) is known color: Mandy. HEX triplet: DA, 43 and 50. RGB value is (218,67,80). Sum of RGB (Red+Green+Blue) = 218+67+80=365 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.73% from 365); Green value is 67 (26.56% from 255 or 18.36% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4350 is #25BCAF. Grayscale: #717171. Windows color (decimal): -2473136 or 5260250. OLE color: 5260250.
HSL color Cylindrical-coordinate representation of color #DA4350: hue angle of 354.83º 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 #DA4350 is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 67 | 80 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.15 |
| HSL | 354.83º | 0.67% | 0.56% | - |
| HSV(B) | 354.83º | 0.69% | 0.85% | - |
| XYZ | 32.37 | 19.5 | 9.65 | - |
| YUV | 113.63 | 109.03 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 67 | 80 | 0 | 0.69 | 0.63 | 0.15 | 354.83 | 0.67 | 0.56 |
| Hex | DA | 43 | 50 | 0 | 45 | 3F | F | 163 | 43 | 38 |
| Octal | 332 | 103 | 120 | 0 | 105 | 77 | 17 | 543 | 103 | 70 |
| Binary | 11011010 | 1000011 | 1010000 | 0 | 1000101 | 111111 | 1111 | 101100011 | 1000011 | 111000 |
Color Harmonies of #DA4350
Complementary color
Monochromatic Colors of #DA4350
Black with #DA4350
Text Example
Text Example
White with #DA4350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4350; }
p { color: rgb(218,67,80); }
H1.HeaderClassName
{
color: #DA4350;
}
.AnyTagClassName
{
color: #DA4350;
}
</style>
background-color css
<style>
a { background-color: #DA4350; }
a { background-color: rgb(218,67,80); }
div.DivClassName
{
background-color: #DA4350;
}
.BgClassName
{
background-color: #DA4350;
}
</style>
border-color css
<style>
span { border-color: #DA4350; }
span { border-color: rgb(218,67,80); }
td.TdClassName
{
border-color: #DA4350;
}
.TagClassName
{
border-color: #DA4350;
}
</style>