Shades of Mandy #DA4653
Tints of Mandy #DA4653
RGB
CMYK
RGB Variations
Color information
#DA4653 (or 0xDA4653) is known color: Mandy. HEX triplet: DA, 46 and 53. RGB value is (218,70,83). Sum of RGB (Red+Green+Blue) = 218+70+83=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 83 (32.81% from 255 or 22.37% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4653 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4653 is #25B9AC. Grayscale: #737373. Windows color (decimal): -2472365 or 5457626. OLE color: 5457626.
HSL color Cylindrical-coordinate representation of color #DA4653: hue angle of 354.73º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DA4653 is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 70 | 83 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.15 |
| HSL | 354.73º | 0.67% | 0.56% | - |
| HSV(B) | 354.73º | 0.68% | 0.85% | - |
| XYZ | 32.66 | 19.91 | 10.31 | - |
| YUV | 115.73 | 109.53 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 70 | 83 | 0 | 0.68 | 0.62 | 0.15 | 354.73 | 0.67 | 0.56 |
| Hex | DA | 46 | 53 | 0 | 44 | 3E | F | 163 | 43 | 38 |
| Octal | 332 | 106 | 123 | 0 | 104 | 76 | 17 | 543 | 103 | 70 |
| Binary | 11011010 | 1000110 | 1010011 | 0 | 1000100 | 111110 | 1111 | 101100011 | 1000011 | 111000 |
Color Harmonies of #DA4653
Complementary color
Monochromatic Colors of #DA4653
Black with #DA4653
Text Example
Text Example
White with #DA4653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4653; }
p { color: rgb(218,70,83); }
H1.HeaderClassName
{
color: #DA4653;
}
.AnyTagClassName
{
color: #DA4653;
}
</style>
background-color css
<style>
a { background-color: #DA4653; }
a { background-color: rgb(218,70,83); }
div.DivClassName
{
background-color: #DA4653;
}
.BgClassName
{
background-color: #DA4653;
}
</style>
border-color css
<style>
span { border-color: #DA4653; }
span { border-color: rgb(218,70,83); }
td.TdClassName
{
border-color: #DA4653;
}
.TagClassName
{
border-color: #DA4653;
}
</style>