Shades of Mandy #D34E5A
Tints of Mandy #D34E5A
RGB
CMYK
RGB Variations
Color information
#D34E5A (or 0xD34E5A) is known color: Mandy. HEX triplet: D3, 4E and 5A. RGB value is (211,78,90). Sum of RGB (Red+Green+Blue) = 211+78+90=379 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.67% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 90 (35.55% from 255 or 23.75% from 379); Max value from RGB is 211 - color contains mainly: red. Hex color #D34E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D34E5A is #2CB1A5. Grayscale: #777777. Windows color (decimal): -2929062 or 5918419. OLE color: 5918419.
HSL color Cylindrical-coordinate representation of color #D34E5A: hue angle of 354.59º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D34E5A is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 78 | 90 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.17 |
| HSL | 354.59º | 0.6% | 0.57% | - |
| HSV(B) | 354.59º | 0.63% | 0.83% | - |
| XYZ | 31.43 | 20.04 | 11.88 | - |
| YUV | 119.14 | 111.56 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 78 | 90 | 0 | 0.63 | 0.57 | 0.17 | 354.59 | 0.6 | 0.57 |
| Hex | D3 | 4E | 5A | 0 | 3F | 39 | 11 | 163 | 3C | 39 |
| Octal | 323 | 116 | 132 | 0 | 77 | 71 | 21 | 543 | 74 | 71 |
| Binary | 11010011 | 1001110 | 1011010 | 0 | 111111 | 111001 | 10001 | 101100011 | 111100 | 111001 |
Color Harmonies of #D34E5A
Complementary color
Monochromatic Colors of #D34E5A
Black with #D34E5A
Text Example
Text Example
White with #D34E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34E5A; }
p { color: rgb(211,78,90); }
H1.HeaderClassName
{
color: #D34E5A;
}
.AnyTagClassName
{
color: #D34E5A;
}
</style>
background-color css
<style>
a { background-color: #D34E5A; }
a { background-color: rgb(211,78,90); }
div.DivClassName
{
background-color: #D34E5A;
}
.BgClassName
{
background-color: #D34E5A;
}
</style>
border-color css
<style>
span { border-color: #D34E5A; }
span { border-color: rgb(211,78,90); }
td.TdClassName
{
border-color: #D34E5A;
}
.TagClassName
{
border-color: #D34E5A;
}
</style>