Shades of Mandy #DA434A
Tints of Mandy #DA434A
RGB
CMYK
RGB Variations
Color information
#DA434A (or 0xDA434A) is known color: Mandy. HEX triplet: DA, 43 and 4A. RGB value is (218,67,74). Sum of RGB (Red+Green+Blue) = 218+67+74=359 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.72% from 359); Green value is 67 (26.56% from 255 or 18.66% from 359); Blue value is 74 (29.30% from 255 or 20.61% from 359); Max value from RGB is 218 - color contains mainly: red. Hex color #DA434A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA434A is #25BCB5. Grayscale: #717171. Windows color (decimal): -2473142 or 4867034. OLE color: 4867034.
HSL color Cylindrical-coordinate representation of color #DA434A: hue angle of 357.22º 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 #DA434A is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 67 | 74 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.15 |
| HSL | 357.22º | 0.67% | 0.56% | - |
| HSV(B) | 357.22º | 0.69% | 0.85% | - |
| XYZ | 32.16 | 19.41 | 8.53 | - |
| YUV | 112.95 | 106.03 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 67 | 74 | 0 | 0.69 | 0.66 | 0.15 | 357.22 | 0.67 | 0.56 |
| Hex | DA | 43 | 4A | 0 | 45 | 42 | F | 165 | 43 | 38 |
| Octal | 332 | 103 | 112 | 0 | 105 | 102 | 17 | 545 | 103 | 70 |
| Binary | 11011010 | 1000011 | 1001010 | 0 | 1000101 | 1000010 | 1111 | 101100101 | 1000011 | 111000 |
Color Harmonies of #DA434A
Complementary color
Monochromatic Colors of #DA434A
Black with #DA434A
Text Example
Text Example
White with #DA434A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA434A; }
p { color: rgb(218,67,74); }
H1.HeaderClassName
{
color: #DA434A;
}
.AnyTagClassName
{
color: #DA434A;
}
</style>
background-color css
<style>
a { background-color: #DA434A; }
a { background-color: rgb(218,67,74); }
div.DivClassName
{
background-color: #DA434A;
}
.BgClassName
{
background-color: #DA434A;
}
</style>
border-color css
<style>
span { border-color: #DA434A; }
span { border-color: rgb(218,67,74); }
td.TdClassName
{
border-color: #DA434A;
}
.TagClassName
{
border-color: #DA434A;
}
</style>