Shades of Mandy #D34159
Tints of Mandy #D34159
RGB
CMYK
RGB Variations
Color information
#D34159 (or 0xD34159) is known color: Mandy. HEX triplet: D3, 41 and 59. RGB value is (211,65,89). Sum of RGB (Red+Green+Blue) = 211+65+89=365 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.81% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 89 (35.16% from 255 or 24.38% from 365); Max value from RGB is 211 - color contains mainly: red. Hex color #D34159 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34159 is #2CBEA6. Grayscale: #6F6F6F. Windows color (decimal): -2932391 or 5849555. OLE color: 5849555.
HSL color Cylindrical-coordinate representation of color #D34159: hue angle of 350.14º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D34159 is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 65 | 89 | - |
| CMYK | 0 | 0.69 | 0.58 | 0.17 |
| HSL | 350.14º | 0.62% | 0.54% | - |
| HSV(B) | 350.14º | 0.69% | 0.83% | - |
| XYZ | 30.56 | 18.35 | 11.38 | - |
| YUV | 111.39 | 115.37 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 65 | 89 | 0 | 0.69 | 0.58 | 0.17 | 350.14 | 0.62 | 0.54 |
| Hex | D3 | 41 | 59 | 0 | 45 | 3A | 11 | 15E | 3E | 36 |
| Octal | 323 | 101 | 131 | 0 | 105 | 72 | 21 | 536 | 76 | 66 |
| Binary | 11010011 | 1000001 | 1011001 | 0 | 1000101 | 111010 | 10001 | 101011110 | 111110 | 110110 |
Color Harmonies of #D34159
Complementary color
Monochromatic Colors of #D34159
Black with #D34159
Text Example
Text Example
White with #D34159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34159; }
p { color: rgb(211,65,89); }
H1.HeaderClassName
{
color: #D34159;
}
.AnyTagClassName
{
color: #D34159;
}
</style>
background-color css
<style>
a { background-color: #D34159; }
a { background-color: rgb(211,65,89); }
div.DivClassName
{
background-color: #D34159;
}
.BgClassName
{
background-color: #D34159;
}
</style>
border-color css
<style>
span { border-color: #D34159; }
span { border-color: rgb(211,65,89); }
td.TdClassName
{
border-color: #D34159;
}
.TagClassName
{
border-color: #D34159;
}
</style>