Shades of Mandy #D34556
Tints of Mandy #D34556
RGB
CMYK
RGB Variations
Color information
#D34556 (or 0xD34556) is known color: Mandy. HEX triplet: D3, 45 and 56. RGB value is (211,69,86). Sum of RGB (Red+Green+Blue) = 211+69+86=366 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.65% from 366); Green value is 69 (27.34% from 255 or 18.85% from 366); Blue value is 86 (33.98% from 255 or 23.50% from 366); Max value from RGB is 211 - color contains mainly: red. Hex color #D34556 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34556 is #2CBAA9. Grayscale: #717171. Windows color (decimal): -2931370 or 5653971. OLE color: 5653971.
HSL color Cylindrical-coordinate representation of color #D34556: hue angle of 352.82º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D34556 is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 69 | 86 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.17 |
| HSL | 352.82º | 0.62% | 0.55% | - |
| HSV(B) | 352.82º | 0.67% | 0.83% | - |
| XYZ | 30.67 | 18.78 | 10.81 | - |
| YUV | 113.4 | 112.54 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 69 | 86 | 0 | 0.67 | 0.59 | 0.17 | 352.82 | 0.62 | 0.55 |
| Hex | D3 | 45 | 56 | 0 | 43 | 3B | 11 | 161 | 3E | 37 |
| Octal | 323 | 105 | 126 | 0 | 103 | 73 | 21 | 541 | 76 | 67 |
| Binary | 11010011 | 1000101 | 1010110 | 0 | 1000011 | 111011 | 10001 | 101100001 | 111110 | 110111 |
Color Harmonies of #D34556
Complementary color
Monochromatic Colors of #D34556
Black with #D34556
Text Example
Text Example
White with #D34556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34556; }
p { color: rgb(211,69,86); }
H1.HeaderClassName
{
color: #D34556;
}
.AnyTagClassName
{
color: #D34556;
}
</style>
background-color css
<style>
a { background-color: #D34556; }
a { background-color: rgb(211,69,86); }
div.DivClassName
{
background-color: #D34556;
}
.BgClassName
{
background-color: #D34556;
}
</style>
border-color css
<style>
span { border-color: #D34556; }
span { border-color: rgb(211,69,86); }
td.TdClassName
{
border-color: #D34556;
}
.TagClassName
{
border-color: #D34556;
}
</style>