Shades of Mandy #D3405A
Tints of Mandy #D3405A
RGB
CMYK
RGB Variations
Color information
#D3405A (or 0xD3405A) is known color: Mandy. HEX triplet: D3, 40 and 5A. RGB value is (211,64,90). Sum of RGB (Red+Green+Blue) = 211+64+90=365 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.81% from 365); Green value is 64 (25.39% from 255 or 17.53% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 211 - color contains mainly: red. Hex color #D3405A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3405A is #2CBFA5. Grayscale: #6E6E6E. Windows color (decimal): -2932646 or 5914835. OLE color: 5914835.
HSL color Cylindrical-coordinate representation of color #D3405A: hue angle of 349.39º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D3405A is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 64 | 90 | - |
| CMYK | 0 | 0.70 | 0.57 | 0.17 |
| HSL | 349.39º | 0.63% | 0.54% | - |
| HSV(B) | 349.39º | 0.7% | 0.83% | - |
| XYZ | 30.54 | 18.25 | 11.59 | - |
| YUV | 110.92 | 116.2 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 64 | 90 | 0 | 0.70 | 0.57 | 0.17 | 349.39 | 0.63 | 0.54 |
| Hex | D3 | 40 | 5A | 0 | 46 | 39 | 11 | 15D | 3F | 36 |
| Octal | 323 | 100 | 132 | 0 | 106 | 71 | 21 | 535 | 77 | 66 |
| Binary | 11010011 | 1000000 | 1011010 | 0 | 1000110 | 111001 | 10001 | 101011101 | 111111 | 110110 |
Color Harmonies of #D3405A
Complementary color
Monochromatic Colors of #D3405A
Black with #D3405A
Text Example
Text Example
White with #D3405A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3405A; }
p { color: rgb(211,64,90); }
H1.HeaderClassName
{
color: #D3405A;
}
.AnyTagClassName
{
color: #D3405A;
}
</style>
background-color css
<style>
a { background-color: #D3405A; }
a { background-color: rgb(211,64,90); }
div.DivClassName
{
background-color: #D3405A;
}
.BgClassName
{
background-color: #D3405A;
}
</style>
border-color css
<style>
span { border-color: #D3405A; }
span { border-color: rgb(211,64,90); }
td.TdClassName
{
border-color: #D3405A;
}
.TagClassName
{
border-color: #D3405A;
}
</style>