Shades of Mandy #D34551
Tints of Mandy #D34551
RGB
CMYK
RGB Variations
Color information
#D34551 (or 0xD34551) is known color: Mandy. HEX triplet: D3, 45 and 51. RGB value is (211,69,81). Sum of RGB (Red+Green+Blue) = 211+69+81=361 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.45% from 361); Green value is 69 (27.34% from 255 or 19.11% from 361); Blue value is 81 (32.03% from 255 or 22.44% from 361); Max value from RGB is 211 - color contains mainly: red. Hex color #D34551 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34551 is #2CBAAE. Grayscale: #707070. Windows color (decimal): -2931375 or 5326291. OLE color: 5326291.
HSL color Cylindrical-coordinate representation of color #D34551: hue angle of 354.93º 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 #D34551 is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 69 | 81 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.17 |
| HSL | 354.93º | 0.62% | 0.55% | - |
| HSV(B) | 354.93º | 0.67% | 0.83% | - |
| XYZ | 30.48 | 18.7 | 9.79 | - |
| YUV | 112.83 | 110.04 | 198.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 69 | 81 | 0 | 0.67 | 0.62 | 0.17 | 354.93 | 0.62 | 0.55 |
| Hex | D3 | 45 | 51 | 0 | 43 | 3E | 11 | 163 | 3E | 37 |
| Octal | 323 | 105 | 121 | 0 | 103 | 76 | 21 | 543 | 76 | 67 |
| Binary | 11010011 | 1000101 | 1010001 | 0 | 1000011 | 111110 | 10001 | 101100011 | 111110 | 110111 |
Color Harmonies of #D34551
Complementary color
Monochromatic Colors of #D34551
Black with #D34551
Text Example
Text Example
White with #D34551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34551; }
p { color: rgb(211,69,81); }
H1.HeaderClassName
{
color: #D34551;
}
.AnyTagClassName
{
color: #D34551;
}
</style>
background-color css
<style>
a { background-color: #D34551; }
a { background-color: rgb(211,69,81); }
div.DivClassName
{
background-color: #D34551;
}
.BgClassName
{
background-color: #D34551;
}
</style>
border-color css
<style>
span { border-color: #D34551; }
span { border-color: rgb(211,69,81); }
td.TdClassName
{
border-color: #D34551;
}
.TagClassName
{
border-color: #D34551;
}
</style>