Shades of Mandy #DA435D
Tints of Mandy #DA435D
RGB
CMYK
RGB Variations
Color information
#DA435D (or 0xDA435D) is known color: Mandy. HEX triplet: DA, 43 and 5D. RGB value is (218,67,93). Sum of RGB (Red+Green+Blue) = 218+67+93=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 67 (26.56% from 255 or 17.72% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA435D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA435D is #25BCA2. Grayscale: #737373. Windows color (decimal): -2473123 or 6112218. OLE color: 6112218.
HSL color Cylindrical-coordinate representation of color #DA435D: hue angle of 349.67º 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 #DA435D is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 67 | 93 | - |
| CMYK | 0 | 0.69 | 0.57 | 0.15 |
| HSL | 349.67º | 0.67% | 0.56% | - |
| HSV(B) | 349.67º | 0.69% | 0.85% | - |
| XYZ | 32.9 | 19.71 | 12.43 | - |
| YUV | 115.11 | 115.53 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 67 | 93 | 0 | 0.69 | 0.57 | 0.15 | 349.67 | 0.67 | 0.56 |
| Hex | DA | 43 | 5D | 0 | 45 | 39 | F | 15E | 43 | 38 |
| Octal | 332 | 103 | 135 | 0 | 105 | 71 | 17 | 536 | 103 | 70 |
| Binary | 11011010 | 1000011 | 1011101 | 0 | 1000101 | 111001 | 1111 | 101011110 | 1000011 | 111000 |
Color Harmonies of #DA435D
Complementary color
Monochromatic Colors of #DA435D
Black with #DA435D
Text Example
Text Example
White with #DA435D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA435D; }
p { color: rgb(218,67,93); }
H1.HeaderClassName
{
color: #DA435D;
}
.AnyTagClassName
{
color: #DA435D;
}
</style>
background-color css
<style>
a { background-color: #DA435D; }
a { background-color: rgb(218,67,93); }
div.DivClassName
{
background-color: #DA435D;
}
.BgClassName
{
background-color: #DA435D;
}
</style>
border-color css
<style>
span { border-color: #DA435D; }
span { border-color: rgb(218,67,93); }
td.TdClassName
{
border-color: #DA435D;
}
.TagClassName
{
border-color: #DA435D;
}
</style>