Shades of Mandy #DA434F
Tints of Mandy #DA434F
RGB
CMYK
RGB Variations
Color information
#DA434F (or 0xDA434F) is known color: Mandy. HEX triplet: DA, 43 and 4F. RGB value is (218,67,79). Sum of RGB (Red+Green+Blue) = 218+67+79=364 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.89% from 364); Green value is 67 (26.56% from 255 or 18.41% from 364); Blue value is 79 (31.25% from 255 or 21.70% from 364); Max value from RGB is 218 - color contains mainly: red. Hex color #DA434F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA434F is #25BCB0. Grayscale: #717171. Windows color (decimal): -2473137 or 5194714. OLE color: 5194714.
HSL color Cylindrical-coordinate representation of color #DA434F: hue angle of 355.23º 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 #DA434F is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 67 | 79 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.15 |
| HSL | 355.23º | 0.67% | 0.56% | - |
| HSV(B) | 355.23º | 0.69% | 0.85% | - |
| XYZ | 32.33 | 19.48 | 9.45 | - |
| YUV | 113.52 | 108.53 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 67 | 79 | 0 | 0.69 | 0.64 | 0.15 | 355.23 | 0.67 | 0.56 |
| Hex | DA | 43 | 4F | 0 | 45 | 40 | F | 163 | 43 | 38 |
| Octal | 332 | 103 | 117 | 0 | 105 | 100 | 17 | 543 | 103 | 70 |
| Binary | 11011010 | 1000011 | 1001111 | 0 | 1000101 | 1000000 | 1111 | 101100011 | 1000011 | 111000 |
Color Harmonies of #DA434F
Complementary color
Monochromatic Colors of #DA434F
Black with #DA434F
Text Example
Text Example
White with #DA434F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA434F; }
p { color: rgb(218,67,79); }
H1.HeaderClassName
{
color: #DA434F;
}
.AnyTagClassName
{
color: #DA434F;
}
</style>
background-color css
<style>
a { background-color: #DA434F; }
a { background-color: rgb(218,67,79); }
div.DivClassName
{
background-color: #DA434F;
}
.BgClassName
{
background-color: #DA434F;
}
</style>
border-color css
<style>
span { border-color: #DA434F; }
span { border-color: rgb(218,67,79); }
td.TdClassName
{
border-color: #DA434F;
}
.TagClassName
{
border-color: #DA434F;
}
</style>