Shades of Mandy #DA4552
Tints of Mandy #DA4552
RGB
CMYK
RGB Variations
Color information
#DA4552 (or 0xDA4552) is known color: Mandy. HEX triplet: DA, 45 and 52. RGB value is (218,69,82). Sum of RGB (Red+Green+Blue) = 218+69+82=369 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.08% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 82 (32.42% from 255 or 22.22% from 369); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4552 is #25BAAD. Grayscale: #737373. Windows color (decimal): -2472622 or 5391834. OLE color: 5391834.
HSL color Cylindrical-coordinate representation of color #DA4552: hue angle of 354.77º 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 #DA4552 is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 69 | 82 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.15 |
| HSL | 354.77º | 0.67% | 0.56% | - |
| HSV(B) | 354.77º | 0.68% | 0.85% | - |
| XYZ | 32.56 | 19.77 | 10.08 | - |
| YUV | 115.03 | 109.36 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 69 | 82 | 0 | 0.68 | 0.62 | 0.15 | 354.77 | 0.67 | 0.56 |
| Hex | DA | 45 | 52 | 0 | 44 | 3E | F | 163 | 43 | 38 |
| Octal | 332 | 105 | 122 | 0 | 104 | 76 | 17 | 543 | 103 | 70 |
| Binary | 11011010 | 1000101 | 1010010 | 0 | 1000100 | 111110 | 1111 | 101100011 | 1000011 | 111000 |
Color Harmonies of #DA4552
Complementary color
Monochromatic Colors of #DA4552
Black with #DA4552
Text Example
Text Example
White with #DA4552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4552; }
p { color: rgb(218,69,82); }
H1.HeaderClassName
{
color: #DA4552;
}
.AnyTagClassName
{
color: #DA4552;
}
</style>
background-color css
<style>
a { background-color: #DA4552; }
a { background-color: rgb(218,69,82); }
div.DivClassName
{
background-color: #DA4552;
}
.BgClassName
{
background-color: #DA4552;
}
</style>
border-color css
<style>
span { border-color: #DA4552; }
span { border-color: rgb(218,69,82); }
td.TdClassName
{
border-color: #DA4552;
}
.TagClassName
{
border-color: #DA4552;
}
</style>