Shades of Mandy #D34256
Tints of Mandy #D34256
RGB
CMYK
RGB Variations
Color information
#D34256 (or 0xD34256) is known color: Mandy. HEX triplet: D3, 42 and 56. RGB value is (211,66,86). Sum of RGB (Red+Green+Blue) = 211+66+86=363 (48% of max value = 765). Red value is 211 (82.81% from 255 or 58.13% from 363); Green value is 66 (26.17% from 255 or 18.18% from 363); Blue value is 86 (33.98% from 255 or 23.69% from 363); Max value from RGB is 211 - color contains mainly: red. Hex color #D34256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34256 is #2CBDA9. Grayscale: #6F6F6F. Windows color (decimal): -2932138 or 5653203. OLE color: 5653203.
HSL color Cylindrical-coordinate representation of color #D34256: hue angle of 351.72º 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 #D34256 is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 66 | 86 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.17 |
| HSL | 351.72º | 0.62% | 0.54% | - |
| HSV(B) | 351.72º | 0.69% | 0.83% | - |
| XYZ | 30.49 | 18.42 | 10.75 | - |
| YUV | 111.64 | 113.54 | 198.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 66 | 86 | 0 | 0.69 | 0.59 | 0.17 | 351.72 | 0.62 | 0.54 |
| Hex | D3 | 42 | 56 | 0 | 45 | 3B | 11 | 160 | 3E | 36 |
| Octal | 323 | 102 | 126 | 0 | 105 | 73 | 21 | 540 | 76 | 66 |
| Binary | 11010011 | 1000010 | 1010110 | 0 | 1000101 | 111011 | 10001 | 101100000 | 111110 | 110110 |
Color Harmonies of #D34256
Complementary color
Monochromatic Colors of #D34256
Black with #D34256
Text Example
Text Example
White with #D34256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34256; }
p { color: rgb(211,66,86); }
H1.HeaderClassName
{
color: #D34256;
}
.AnyTagClassName
{
color: #D34256;
}
</style>
background-color css
<style>
a { background-color: #D34256; }
a { background-color: rgb(211,66,86); }
div.DivClassName
{
background-color: #D34256;
}
.BgClassName
{
background-color: #D34256;
}
</style>
border-color css
<style>
span { border-color: #D34256; }
span { border-color: rgb(211,66,86); }
td.TdClassName
{
border-color: #D34256;
}
.TagClassName
{
border-color: #D34256;
}
</style>