Shades of Mandy #DA4454
Tints of Mandy #DA4454
RGB
CMYK
RGB Variations
Color information
#DA4454 (or 0xDA4454) is known color: Mandy. HEX triplet: DA, 44 and 54. RGB value is (218,68,84). Sum of RGB (Red+Green+Blue) = 218+68+84=370 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.92% from 370); Green value is 68 (26.95% from 255 or 18.38% from 370); Blue value is 84 (33.20% from 255 or 22.70% from 370); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4454 is #25BBAB. Grayscale: #727272. Windows color (decimal): -2472876 or 5522650. OLE color: 5522650.
HSL color Cylindrical-coordinate representation of color #DA4454: hue angle of 353.6º 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 #DA4454 is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 68 | 84 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.15 |
| HSL | 353.6º | 0.67% | 0.56% | - |
| HSV(B) | 353.6º | 0.69% | 0.85% | - |
| XYZ | 32.58 | 19.68 | 10.47 | - |
| YUV | 114.67 | 110.7 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 68 | 84 | 0 | 0.69 | 0.61 | 0.15 | 353.6 | 0.67 | 0.56 |
| Hex | DA | 44 | 54 | 0 | 45 | 3D | F | 162 | 43 | 38 |
| Octal | 332 | 104 | 124 | 0 | 105 | 75 | 17 | 542 | 103 | 70 |
| Binary | 11011010 | 1000100 | 1010100 | 0 | 1000101 | 111101 | 1111 | 101100010 | 1000011 | 111000 |
Color Harmonies of #DA4454
Complementary color
Monochromatic Colors of #DA4454
Black with #DA4454
Text Example
Text Example
White with #DA4454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4454; }
p { color: rgb(218,68,84); }
H1.HeaderClassName
{
color: #DA4454;
}
.AnyTagClassName
{
color: #DA4454;
}
</style>
background-color css
<style>
a { background-color: #DA4454; }
a { background-color: rgb(218,68,84); }
div.DivClassName
{
background-color: #DA4454;
}
.BgClassName
{
background-color: #DA4454;
}
</style>
border-color css
<style>
span { border-color: #DA4454; }
span { border-color: rgb(218,68,84); }
td.TdClassName
{
border-color: #DA4454;
}
.TagClassName
{
border-color: #DA4454;
}
</style>