Shades of Mandy #DA454D
Tints of Mandy #DA454D
RGB
CMYK
RGB Variations
Color information
#DA454D (or 0xDA454D) is known color: Mandy. HEX triplet: DA, 45 and 4D. RGB value is (218,69,77). Sum of RGB (Red+Green+Blue) = 218+69+77=364 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.89% from 364); Green value is 69 (27.34% from 255 or 18.96% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 218 - color contains mainly: red. Hex color #DA454D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA454D is #25BAB2. Grayscale: #727272. Windows color (decimal): -2472627 or 5064154. OLE color: 5064154.
HSL color Cylindrical-coordinate representation of color #DA454D: hue angle of 356.78º 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 #DA454D is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 69 | 77 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.15 |
| HSL | 356.78º | 0.67% | 0.56% | - |
| HSV(B) | 356.78º | 0.68% | 0.85% | - |
| XYZ | 32.38 | 19.7 | 9.12 | - |
| YUV | 114.46 | 106.86 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 69 | 77 | 0 | 0.68 | 0.65 | 0.15 | 356.78 | 0.67 | 0.56 |
| Hex | DA | 45 | 4D | 0 | 44 | 41 | F | 165 | 43 | 38 |
| Octal | 332 | 105 | 115 | 0 | 104 | 101 | 17 | 545 | 103 | 70 |
| Binary | 11011010 | 1000101 | 1001101 | 0 | 1000100 | 1000001 | 1111 | 101100101 | 1000011 | 111000 |
Color Harmonies of #DA454D
Complementary color
Monochromatic Colors of #DA454D
Black with #DA454D
Text Example
Text Example
White with #DA454D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA454D; }
p { color: rgb(218,69,77); }
H1.HeaderClassName
{
color: #DA454D;
}
.AnyTagClassName
{
color: #DA454D;
}
</style>
background-color css
<style>
a { background-color: #DA454D; }
a { background-color: rgb(218,69,77); }
div.DivClassName
{
background-color: #DA454D;
}
.BgClassName
{
background-color: #DA454D;
}
</style>
border-color css
<style>
span { border-color: #DA454D; }
span { border-color: rgb(218,69,77); }
td.TdClassName
{
border-color: #DA454D;
}
.TagClassName
{
border-color: #DA454D;
}
</style>