Shades of Mandy #DA455C
Tints of Mandy #DA455C
RGB
CMYK
RGB Variations
Color information
#DA455C (or 0xDA455C) is known color: Mandy. HEX triplet: DA, 45 and 5C. RGB value is (218,69,92). Sum of RGB (Red+Green+Blue) = 218+69+92=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 69 (27.34% from 255 or 18.21% from 379); Blue value is 92 (36.33% from 255 or 24.27% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA455C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA455C is #25BAA3. Grayscale: #747474. Windows color (decimal): -2472612 or 6047194. OLE color: 6047194.
HSL color Cylindrical-coordinate representation of color #DA455C: hue angle of 350.74º 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 #DA455C is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 69 | 92 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.15 |
| HSL | 350.74º | 0.67% | 0.56% | - |
| HSV(B) | 350.74º | 0.68% | 0.85% | - |
| XYZ | 32.97 | 19.93 | 12.24 | - |
| YUV | 116.17 | 114.36 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 69 | 92 | 0 | 0.68 | 0.58 | 0.15 | 350.74 | 0.67 | 0.56 |
| Hex | DA | 45 | 5C | 0 | 44 | 3A | F | 15F | 43 | 38 |
| Octal | 332 | 105 | 134 | 0 | 104 | 72 | 17 | 537 | 103 | 70 |
| Binary | 11011010 | 1000101 | 1011100 | 0 | 1000100 | 111010 | 1111 | 101011111 | 1000011 | 111000 |
Color Harmonies of #DA455C
Complementary color
Monochromatic Colors of #DA455C
Black with #DA455C
Text Example
Text Example
White with #DA455C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA455C; }
p { color: rgb(218,69,92); }
H1.HeaderClassName
{
color: #DA455C;
}
.AnyTagClassName
{
color: #DA455C;
}
</style>
background-color css
<style>
a { background-color: #DA455C; }
a { background-color: rgb(218,69,92); }
div.DivClassName
{
background-color: #DA455C;
}
.BgClassName
{
background-color: #DA455C;
}
</style>
border-color css
<style>
span { border-color: #DA455C; }
span { border-color: rgb(218,69,92); }
td.TdClassName
{
border-color: #DA455C;
}
.TagClassName
{
border-color: #DA455C;
}
</style>