Shades of Mandy #DA444B
Tints of Mandy #DA444B
RGB
CMYK
RGB Variations
Color information
#DA444B (or 0xDA444B) is known color: Mandy. HEX triplet: DA, 44 and 4B. RGB value is (218,68,75). Sum of RGB (Red+Green+Blue) = 218+68+75=361 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.39% from 361); Green value is 68 (26.95% from 255 or 18.84% from 361); Blue value is 75 (29.69% from 255 or 20.78% from 361); Max value from RGB is 218 - color contains mainly: red. Hex color #DA444B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA444B is #25BBB4. Grayscale: #717171. Windows color (decimal): -2472885 or 4932826. OLE color: 4932826.
HSL color Cylindrical-coordinate representation of color #DA444B: hue angle of 357.2º 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 #DA444B is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 68 | 75 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.15 |
| HSL | 357.2º | 0.67% | 0.56% | - |
| HSV(B) | 357.2º | 0.69% | 0.85% | - |
| XYZ | 32.25 | 19.55 | 8.73 | - |
| YUV | 113.65 | 106.2 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 68 | 75 | 0 | 0.69 | 0.66 | 0.15 | 357.2 | 0.67 | 0.56 |
| Hex | DA | 44 | 4B | 0 | 45 | 42 | F | 165 | 43 | 38 |
| Octal | 332 | 104 | 113 | 0 | 105 | 102 | 17 | 545 | 103 | 70 |
| Binary | 11011010 | 1000100 | 1001011 | 0 | 1000101 | 1000010 | 1111 | 101100101 | 1000011 | 111000 |
Color Harmonies of #DA444B
Complementary color
Monochromatic Colors of #DA444B
Black with #DA444B
Text Example
Text Example
White with #DA444B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA444B; }
p { color: rgb(218,68,75); }
H1.HeaderClassName
{
color: #DA444B;
}
.AnyTagClassName
{
color: #DA444B;
}
</style>
background-color css
<style>
a { background-color: #DA444B; }
a { background-color: rgb(218,68,75); }
div.DivClassName
{
background-color: #DA444B;
}
.BgClassName
{
background-color: #DA444B;
}
</style>
border-color css
<style>
span { border-color: #DA444B; }
span { border-color: rgb(218,68,75); }
td.TdClassName
{
border-color: #DA444B;
}
.TagClassName
{
border-color: #DA444B;
}
</style>