Shades of Mandy #D3445E
Tints of Mandy #D3445E
RGB
CMYK
RGB Variations
Color information
#D3445E (or 0xD3445E) is known color: Mandy. HEX triplet: D3, 44 and 5E. RGB value is (211,68,94). Sum of RGB (Red+Green+Blue) = 211+68+94=373 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.57% from 373); Green value is 68 (26.95% from 255 or 18.23% from 373); Blue value is 94 (37.11% from 255 or 25.20% from 373); Max value from RGB is 211 - color contains mainly: red. Hex color #D3445E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3445E is #2CBBA1. Grayscale: #717171. Windows color (decimal): -2931618 or 6178003. OLE color: 6178003.
HSL color Cylindrical-coordinate representation of color #D3445E: hue angle of 349.09º 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 #D3445E is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 68 | 94 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.17 |
| HSL | 349.09º | 0.62% | 0.55% | - |
| HSV(B) | 349.09º | 0.68% | 0.83% | - |
| XYZ | 30.95 | 18.79 | 12.59 | - |
| YUV | 113.72 | 116.88 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 68 | 94 | 0 | 0.68 | 0.55 | 0.17 | 349.09 | 0.62 | 0.55 |
| Hex | D3 | 44 | 5E | 0 | 44 | 37 | 11 | 15D | 3E | 37 |
| Octal | 323 | 104 | 136 | 0 | 104 | 67 | 21 | 535 | 76 | 67 |
| Binary | 11010011 | 1000100 | 1011110 | 0 | 1000100 | 110111 | 10001 | 101011101 | 111110 | 110111 |
Color Harmonies of #D3445E
Complementary color
Monochromatic Colors of #D3445E
Black with #D3445E
Text Example
Text Example
White with #D3445E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3445E; }
p { color: rgb(211,68,94); }
H1.HeaderClassName
{
color: #D3445E;
}
.AnyTagClassName
{
color: #D3445E;
}
</style>
background-color css
<style>
a { background-color: #D3445E; }
a { background-color: rgb(211,68,94); }
div.DivClassName
{
background-color: #D3445E;
}
.BgClassName
{
background-color: #D3445E;
}
</style>
border-color css
<style>
span { border-color: #D3445E; }
span { border-color: rgb(211,68,94); }
td.TdClassName
{
border-color: #D3445E;
}
.TagClassName
{
border-color: #D3445E;
}
</style>