Shades of Mandy #DA435B
Tints of Mandy #DA435B
RGB
CMYK
RGB Variations
Color information
#DA435B (or 0xDA435B) is known color: Mandy. HEX triplet: DA, 43 and 5B. RGB value is (218,67,91). Sum of RGB (Red+Green+Blue) = 218+67+91=376 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.98% from 376); Green value is 67 (26.56% from 255 or 17.82% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 218 - color contains mainly: red. Hex color #DA435B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA435B is #25BCA4. Grayscale: #727272. Windows color (decimal): -2473125 or 5981146. OLE color: 5981146.
HSL color Cylindrical-coordinate representation of color #DA435B: hue angle of 350.46º 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 #DA435B is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 67 | 91 | - |
| CMYK | 0 | 0.69 | 0.58 | 0.15 |
| HSL | 350.46º | 0.67% | 0.56% | - |
| HSV(B) | 350.46º | 0.69% | 0.85% | - |
| XYZ | 32.81 | 19.68 | 11.97 | - |
| YUV | 114.89 | 114.53 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 67 | 91 | 0 | 0.69 | 0.58 | 0.15 | 350.46 | 0.67 | 0.56 |
| Hex | DA | 43 | 5B | 0 | 45 | 3A | F | 15E | 43 | 38 |
| Octal | 332 | 103 | 133 | 0 | 105 | 72 | 17 | 536 | 103 | 70 |
| Binary | 11011010 | 1000011 | 1011011 | 0 | 1000101 | 111010 | 1111 | 101011110 | 1000011 | 111000 |
Color Harmonies of #DA435B
Complementary color
Monochromatic Colors of #DA435B
Black with #DA435B
Text Example
Text Example
White with #DA435B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA435B; }
p { color: rgb(218,67,91); }
H1.HeaderClassName
{
color: #DA435B;
}
.AnyTagClassName
{
color: #DA435B;
}
</style>
background-color css
<style>
a { background-color: #DA435B; }
a { background-color: rgb(218,67,91); }
div.DivClassName
{
background-color: #DA435B;
}
.BgClassName
{
background-color: #DA435B;
}
</style>
border-color css
<style>
span { border-color: #DA435B; }
span { border-color: rgb(218,67,91); }
td.TdClassName
{
border-color: #DA435B;
}
.TagClassName
{
border-color: #DA435B;
}
</style>