Shades of Mandy #D34257
Tints of Mandy #D34257
RGB
CMYK
RGB Variations
Color information
#D34257 (or 0xD34257) is known color: Mandy. HEX triplet: D3, 42 and 57. RGB value is (211,66,87). Sum of RGB (Red+Green+Blue) = 211+66+87=364 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.97% from 364); Green value is 66 (26.17% from 255 or 18.13% from 364); Blue value is 87 (34.38% from 255 or 23.90% from 364); Max value from RGB is 211 - color contains mainly: red. Hex color #D34257 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34257 is #2CBDA8. Grayscale: #6F6F6F. Windows color (decimal): -2932137 or 5718739. OLE color: 5718739.
HSL color Cylindrical-coordinate representation of color #D34257: hue angle of 351.31º 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 #D34257 is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 66 | 87 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.17 |
| HSL | 351.31º | 0.62% | 0.54% | - |
| HSV(B) | 351.31º | 0.69% | 0.83% | - |
| XYZ | 30.53 | 18.43 | 10.97 | - |
| YUV | 111.75 | 114.04 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 66 | 87 | 0 | 0.69 | 0.59 | 0.17 | 351.31 | 0.62 | 0.54 |
| Hex | D3 | 42 | 57 | 0 | 45 | 3B | 11 | 15F | 3E | 36 |
| Octal | 323 | 102 | 127 | 0 | 105 | 73 | 21 | 537 | 76 | 66 |
| Binary | 11010011 | 1000010 | 1010111 | 0 | 1000101 | 111011 | 10001 | 101011111 | 111110 | 110110 |
Color Harmonies of #D34257
Complementary color
Monochromatic Colors of #D34257
Black with #D34257
Text Example
Text Example
White with #D34257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34257; }
p { color: rgb(211,66,87); }
H1.HeaderClassName
{
color: #D34257;
}
.AnyTagClassName
{
color: #D34257;
}
</style>
background-color css
<style>
a { background-color: #D34257; }
a { background-color: rgb(211,66,87); }
div.DivClassName
{
background-color: #D34257;
}
.BgClassName
{
background-color: #D34257;
}
</style>
border-color css
<style>
span { border-color: #D34257; }
span { border-color: rgb(211,66,87); }
td.TdClassName
{
border-color: #D34257;
}
.TagClassName
{
border-color: #D34257;
}
</style>