Shades of Mandy #D3455E
Tints of Mandy #D3455E
RGB
CMYK
RGB Variations
Color information
#D3455E (or 0xD3455E) is known color: Mandy. HEX triplet: D3, 45 and 5E. RGB value is (211,69,94). Sum of RGB (Red+Green+Blue) = 211+69+94=374 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.42% from 374); Green value is 69 (27.34% from 255 or 18.45% from 374); Blue value is 94 (37.11% from 255 or 25.13% from 374); Max value from RGB is 211 - color contains mainly: red. Hex color #D3455E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3455E is #2CBAA1. Grayscale: #727272. Windows color (decimal): -2931362 or 6178259. OLE color: 6178259.
HSL color Cylindrical-coordinate representation of color #D3455E: hue angle of 349.44º 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 #D3455E is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 69 | 94 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.17 |
| HSL | 349.44º | 0.62% | 0.55% | - |
| HSV(B) | 349.44º | 0.67% | 0.83% | - |
| XYZ | 31.01 | 18.91 | 12.61 | - |
| YUV | 114.31 | 116.54 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 69 | 94 | 0 | 0.67 | 0.55 | 0.17 | 349.44 | 0.62 | 0.55 |
| Hex | D3 | 45 | 5E | 0 | 43 | 37 | 11 | 15D | 3E | 37 |
| Octal | 323 | 105 | 136 | 0 | 103 | 67 | 21 | 535 | 76 | 67 |
| Binary | 11010011 | 1000101 | 1011110 | 0 | 1000011 | 110111 | 10001 | 101011101 | 111110 | 110111 |
Color Harmonies of #D3455E
Complementary color
Monochromatic Colors of #D3455E
Black with #D3455E
Text Example
Text Example
White with #D3455E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3455E; }
p { color: rgb(211,69,94); }
H1.HeaderClassName
{
color: #D3455E;
}
.AnyTagClassName
{
color: #D3455E;
}
</style>
background-color css
<style>
a { background-color: #D3455E; }
a { background-color: rgb(211,69,94); }
div.DivClassName
{
background-color: #D3455E;
}
.BgClassName
{
background-color: #D3455E;
}
</style>
border-color css
<style>
span { border-color: #D3455E; }
span { border-color: rgb(211,69,94); }
td.TdClassName
{
border-color: #D3455E;
}
.TagClassName
{
border-color: #D3455E;
}
</style>