Shades of Mandy #D34553
Tints of Mandy #D34553
RGB
CMYK
RGB Variations
Color information
#D34553 (or 0xD34553) is known color: Mandy. HEX triplet: D3, 45 and 53. RGB value is (211,69,83). Sum of RGB (Red+Green+Blue) = 211+69+83=363 (48% of max value = 765). Red value is 211 (82.81% from 255 or 58.13% from 363); Green value is 69 (27.34% from 255 or 19.01% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 211 - color contains mainly: red. Hex color #D34553 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34553 is #2CBAAC. Grayscale: #717171. Windows color (decimal): -2931373 or 5457363. OLE color: 5457363.
HSL color Cylindrical-coordinate representation of color #D34553: hue angle of 354.08º 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 #D34553 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 69 | 83 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.17 |
| HSL | 354.08º | 0.62% | 0.55% | - |
| HSV(B) | 354.08º | 0.67% | 0.83% | - |
| XYZ | 30.55 | 18.73 | 10.19 | - |
| YUV | 113.05 | 111.04 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 69 | 83 | 0 | 0.67 | 0.61 | 0.17 | 354.08 | 0.62 | 0.55 |
| Hex | D3 | 45 | 53 | 0 | 43 | 3D | 11 | 162 | 3E | 37 |
| Octal | 323 | 105 | 123 | 0 | 103 | 75 | 21 | 542 | 76 | 67 |
| Binary | 11010011 | 1000101 | 1010011 | 0 | 1000011 | 111101 | 10001 | 101100010 | 111110 | 110111 |
Color Harmonies of #D34553
Complementary color
Monochromatic Colors of #D34553
Black with #D34553
Text Example
Text Example
White with #D34553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34553; }
p { color: rgb(211,69,83); }
H1.HeaderClassName
{
color: #D34553;
}
.AnyTagClassName
{
color: #D34553;
}
</style>
background-color css
<style>
a { background-color: #D34553; }
a { background-color: rgb(211,69,83); }
div.DivClassName
{
background-color: #D34553;
}
.BgClassName
{
background-color: #D34553;
}
</style>
border-color css
<style>
span { border-color: #D34553; }
span { border-color: rgb(211,69,83); }
td.TdClassName
{
border-color: #D34553;
}
.TagClassName
{
border-color: #D34553;
}
</style>