Shades of Mandy #D34456
Tints of Mandy #D34456
RGB
CMYK
RGB Variations
Color information
#D34456 (or 0xD34456) is known color: Mandy. HEX triplet: D3, 44 and 56. RGB value is (211,68,86). Sum of RGB (Red+Green+Blue) = 211+68+86=365 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.81% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 86 (33.98% from 255 or 23.56% from 365); Max value from RGB is 211 - color contains mainly: red. Hex color #D34456 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34456 is #2CBBA9. Grayscale: #707070. Windows color (decimal): -2931626 or 5653715. OLE color: 5653715.
HSL color Cylindrical-coordinate representation of color #D34456: hue angle of 352.45º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D34456 is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 68 | 86 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.17 |
| HSL | 352.45º | 0.62% | 0.55% | - |
| HSV(B) | 352.45º | 0.68% | 0.83% | - |
| XYZ | 30.61 | 18.66 | 10.79 | - |
| YUV | 112.81 | 112.88 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 68 | 86 | 0 | 0.68 | 0.59 | 0.17 | 352.45 | 0.62 | 0.55 |
| Hex | D3 | 44 | 56 | 0 | 44 | 3B | 11 | 160 | 3E | 37 |
| Octal | 323 | 104 | 126 | 0 | 104 | 73 | 21 | 540 | 76 | 67 |
| Binary | 11010011 | 1000100 | 1010110 | 0 | 1000100 | 111011 | 10001 | 101100000 | 111110 | 110111 |
Color Harmonies of #D34456
Complementary color
Monochromatic Colors of #D34456
Black with #D34456
Text Example
Text Example
White with #D34456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34456; }
p { color: rgb(211,68,86); }
H1.HeaderClassName
{
color: #D34456;
}
.AnyTagClassName
{
color: #D34456;
}
</style>
background-color css
<style>
a { background-color: #D34456; }
a { background-color: rgb(211,68,86); }
div.DivClassName
{
background-color: #D34456;
}
.BgClassName
{
background-color: #D34456;
}
</style>
border-color css
<style>
span { border-color: #D34456; }
span { border-color: rgb(211,68,86); }
td.TdClassName
{
border-color: #D34456;
}
.TagClassName
{
border-color: #D34456;
}
</style>