Shades of Mandy #DA444A
Tints of Mandy #DA444A
RGB
CMYK
RGB Variations
Color information
#DA444A (or 0xDA444A) is known color: Mandy. HEX triplet: DA, 44 and 4A. RGB value is (218,68,74). Sum of RGB (Red+Green+Blue) = 218+68+74=360 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.56% from 360); Green value is 68 (26.95% from 255 or 18.89% from 360); Blue value is 74 (29.30% from 255 or 20.56% from 360); Max value from RGB is 218 - color contains mainly: red. Hex color #DA444A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA444A is #25BBB5. Grayscale: #717171. Windows color (decimal): -2472886 or 4867290. OLE color: 4867290.
HSL color Cylindrical-coordinate representation of color #DA444A: hue angle of 357.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 #DA444A is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 68 | 74 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.15 |
| HSL | 357.6º | 0.67% | 0.56% | - |
| HSV(B) | 357.6º | 0.69% | 0.85% | - |
| XYZ | 32.22 | 19.53 | 8.55 | - |
| YUV | 113.53 | 105.7 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 68 | 74 | 0 | 0.69 | 0.66 | 0.15 | 357.6 | 0.67 | 0.56 |
| Hex | DA | 44 | 4A | 0 | 45 | 42 | F | 166 | 43 | 38 |
| Octal | 332 | 104 | 112 | 0 | 105 | 102 | 17 | 546 | 103 | 70 |
| Binary | 11011010 | 1000100 | 1001010 | 0 | 1000101 | 1000010 | 1111 | 101100110 | 1000011 | 111000 |
Color Harmonies of #DA444A
Complementary color
Monochromatic Colors of #DA444A
Black with #DA444A
Text Example
Text Example
White with #DA444A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA444A; }
p { color: rgb(218,68,74); }
H1.HeaderClassName
{
color: #DA444A;
}
.AnyTagClassName
{
color: #DA444A;
}
</style>
background-color css
<style>
a { background-color: #DA444A; }
a { background-color: rgb(218,68,74); }
div.DivClassName
{
background-color: #DA444A;
}
.BgClassName
{
background-color: #DA444A;
}
</style>
border-color css
<style>
span { border-color: #DA444A; }
span { border-color: rgb(218,68,74); }
td.TdClassName
{
border-color: #DA444A;
}
.TagClassName
{
border-color: #DA444A;
}
</style>