Shades of Mandy #D34355
Tints of Mandy #D34355
RGB
CMYK
RGB Variations
Color information
#D34355 (or 0xD34355) is known color: Mandy. HEX triplet: D3, 43 and 55. RGB value is (211,67,85). Sum of RGB (Red+Green+Blue) = 211+67+85=363 (48% of max value = 765). Red value is 211 (82.81% from 255 or 58.13% from 363); Green value is 67 (26.56% from 255 or 18.46% from 363); Blue value is 85 (33.59% from 255 or 23.42% from 363); Max value from RGB is 211 - color contains mainly: red. Hex color #D34355 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34355 is #2CBCAA. Grayscale: #707070. Windows color (decimal): -2931883 or 5587923. OLE color: 5587923.
HSL color Cylindrical-coordinate representation of color #D34355: hue angle of 352.5º 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 #D34355 is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 67 | 85 | - |
| CMYK | 0 | 0.68 | 0.60 | 0.17 |
| HSL | 352.5º | 0.62% | 0.55% | - |
| HSV(B) | 352.5º | 0.68% | 0.83% | - |
| XYZ | 30.51 | 18.52 | 10.56 | - |
| YUV | 112.11 | 112.71 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 67 | 85 | 0 | 0.68 | 0.60 | 0.17 | 352.5 | 0.62 | 0.55 |
| Hex | D3 | 43 | 55 | 0 | 44 | 3C | 11 | 160 | 3E | 37 |
| Octal | 323 | 103 | 125 | 0 | 104 | 74 | 21 | 540 | 76 | 67 |
| Binary | 11010011 | 1000011 | 1010101 | 0 | 1000100 | 111100 | 10001 | 101100000 | 111110 | 110111 |
Color Harmonies of #D34355
Complementary color
Monochromatic Colors of #D34355
Black with #D34355
Text Example
Text Example
White with #D34355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34355; }
p { color: rgb(211,67,85); }
H1.HeaderClassName
{
color: #D34355;
}
.AnyTagClassName
{
color: #D34355;
}
</style>
background-color css
<style>
a { background-color: #D34355; }
a { background-color: rgb(211,67,85); }
div.DivClassName
{
background-color: #D34355;
}
.BgClassName
{
background-color: #D34355;
}
</style>
border-color css
<style>
span { border-color: #D34355; }
span { border-color: rgb(211,67,85); }
td.TdClassName
{
border-color: #D34355;
}
.TagClassName
{
border-color: #D34355;
}
</style>