Shades of Mandy #D34356
Tints of Mandy #D34356
RGB
CMYK
RGB Variations
Color information
#D34356 (or 0xD34356) is known color: Mandy. HEX triplet: D3, 43 and 56. RGB value is (211,67,86). Sum of RGB (Red+Green+Blue) = 211+67+86=364 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.97% from 364); Green value is 67 (26.56% from 255 or 18.41% from 364); Blue value is 86 (33.98% from 255 or 23.63% from 364); Max value from RGB is 211 - color contains mainly: red. Hex color #D34356 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34356 is #2CBCA9. Grayscale: #707070. Windows color (decimal): -2931882 or 5653459. OLE color: 5653459.
HSL color Cylindrical-coordinate representation of color #D34356: hue angle of 352.08º 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 #D34356 is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 67 | 86 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.17 |
| HSL | 352.08º | 0.62% | 0.55% | - |
| HSV(B) | 352.08º | 0.68% | 0.83% | - |
| XYZ | 30.55 | 18.54 | 10.77 | - |
| YUV | 112.22 | 113.21 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 67 | 86 | 0 | 0.68 | 0.59 | 0.17 | 352.08 | 0.62 | 0.55 |
| Hex | D3 | 43 | 56 | 0 | 44 | 3B | 11 | 160 | 3E | 37 |
| Octal | 323 | 103 | 126 | 0 | 104 | 73 | 21 | 540 | 76 | 67 |
| Binary | 11010011 | 1000011 | 1010110 | 0 | 1000100 | 111011 | 10001 | 101100000 | 111110 | 110111 |
Color Harmonies of #D34356
Complementary color
Monochromatic Colors of #D34356
Black with #D34356
Text Example
Text Example
White with #D34356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34356; }
p { color: rgb(211,67,86); }
H1.HeaderClassName
{
color: #D34356;
}
.AnyTagClassName
{
color: #D34356;
}
</style>
background-color css
<style>
a { background-color: #D34356; }
a { background-color: rgb(211,67,86); }
div.DivClassName
{
background-color: #D34356;
}
.BgClassName
{
background-color: #D34356;
}
</style>
border-color css
<style>
span { border-color: #D34356; }
span { border-color: rgb(211,67,86); }
td.TdClassName
{
border-color: #D34356;
}
.TagClassName
{
border-color: #D34356;
}
</style>