Shades of Mandy #D34453
Tints of Mandy #D34453
RGB
CMYK
RGB Variations
Color information
#D34453 (or 0xD34453) is known color: Mandy. HEX triplet: D3, 44 and 53. RGB value is (211,68,83). Sum of RGB (Red+Green+Blue) = 211+68+83=362 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.29% from 362); Green value is 68 (26.95% from 255 or 18.78% from 362); Blue value is 83 (32.81% from 255 or 22.93% from 362); Max value from RGB is 211 - color contains mainly: red. Hex color #D34453 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34453 is #2CBBAC. Grayscale: #707070. Windows color (decimal): -2931629 or 5457107. OLE color: 5457107.
HSL color Cylindrical-coordinate representation of color #D34453: hue angle of 353.71º 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 #D34453 is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 68 | 83 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.17 |
| HSL | 353.71º | 0.62% | 0.55% | - |
| HSV(B) | 353.71º | 0.68% | 0.83% | - |
| XYZ | 30.49 | 18.61 | 10.17 | - |
| YUV | 112.47 | 111.38 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 68 | 83 | 0 | 0.68 | 0.61 | 0.17 | 353.71 | 0.62 | 0.55 |
| Hex | D3 | 44 | 53 | 0 | 44 | 3D | 11 | 162 | 3E | 37 |
| Octal | 323 | 104 | 123 | 0 | 104 | 75 | 21 | 542 | 76 | 67 |
| Binary | 11010011 | 1000100 | 1010011 | 0 | 1000100 | 111101 | 10001 | 101100010 | 111110 | 110111 |
Color Harmonies of #D34453
Complementary color
Monochromatic Colors of #D34453
Black with #D34453
Text Example
Text Example
White with #D34453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34453; }
p { color: rgb(211,68,83); }
H1.HeaderClassName
{
color: #D34453;
}
.AnyTagClassName
{
color: #D34453;
}
</style>
background-color css
<style>
a { background-color: #D34453; }
a { background-color: rgb(211,68,83); }
div.DivClassName
{
background-color: #D34453;
}
.BgClassName
{
background-color: #D34453;
}
</style>
border-color css
<style>
span { border-color: #D34453; }
span { border-color: rgb(211,68,83); }
td.TdClassName
{
border-color: #D34453;
}
.TagClassName
{
border-color: #D34453;
}
</style>