Shades of Mandy #DA484A
Tints of Mandy #DA484A
RGB
CMYK
RGB Variations
Color information
#DA484A (or 0xDA484A) is known color: Mandy. HEX triplet: DA, 48 and 4A. RGB value is (218,72,74). Sum of RGB (Red+Green+Blue) = 218+72+74=364 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.89% from 364); Green value is 72 (28.52% from 255 or 19.78% from 364); Blue value is 74 (29.30% from 255 or 20.33% from 364); Max value from RGB is 218 - color contains mainly: red. Hex color #DA484A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA484A is #25B7B5. Grayscale: #747474. Windows color (decimal): -2471862 or 4868314. OLE color: 4868314.
HSL color Cylindrical-coordinate representation of color #DA484A: hue angle of 359.18º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA484A is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 72 | 74 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.15 |
| HSL | 359.18º | 0.66% | 0.57% | - |
| HSV(B) | 359.18º | 0.67% | 0.85% | - |
| XYZ | 32.47 | 20.03 | 8.63 | - |
| YUV | 115.88 | 104.37 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 72 | 74 | 0 | 0.67 | 0.66 | 0.15 | 359.18 | 0.66 | 0.57 |
| Hex | DA | 48 | 4A | 0 | 43 | 42 | F | 167 | 42 | 39 |
| Octal | 332 | 110 | 112 | 0 | 103 | 102 | 17 | 547 | 102 | 71 |
| Binary | 11011010 | 1001000 | 1001010 | 0 | 1000011 | 1000010 | 1111 | 101100111 | 1000010 | 111001 |
Color Harmonies of #DA484A
Complementary color
Monochromatic Colors of #DA484A
Black with #DA484A
Text Example
Text Example
White with #DA484A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA484A; }
p { color: rgb(218,72,74); }
H1.HeaderClassName
{
color: #DA484A;
}
.AnyTagClassName
{
color: #DA484A;
}
</style>
background-color css
<style>
a { background-color: #DA484A; }
a { background-color: rgb(218,72,74); }
div.DivClassName
{
background-color: #DA484A;
}
.BgClassName
{
background-color: #DA484A;
}
</style>
border-color css
<style>
span { border-color: #DA484A; }
span { border-color: rgb(218,72,74); }
td.TdClassName
{
border-color: #DA484A;
}
.TagClassName
{
border-color: #DA484A;
}
</style>