Shades of Mandy #D3405C
Tints of Mandy #D3405C
RGB
CMYK
RGB Variations
Color information
#D3405C (or 0xD3405C) is known color: Mandy. HEX triplet: D3, 40 and 5C. RGB value is (211,64,92). Sum of RGB (Red+Green+Blue) = 211+64+92=367 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.49% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 92 (36.33% from 255 or 25.07% from 367); Max value from RGB is 211 - color contains mainly: red. Hex color #D3405C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3405C is #2CBFA3. Grayscale: #6F6F6F. Windows color (decimal): -2932644 or 6045907. OLE color: 6045907.
HSL color Cylindrical-coordinate representation of color #D3405C: hue angle of 348.57º 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 #D3405C is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 64 | 92 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.17 |
| HSL | 348.57º | 0.63% | 0.54% | - |
| HSV(B) | 348.57º | 0.7% | 0.83% | - |
| XYZ | 30.63 | 18.29 | 12.04 | - |
| YUV | 111.15 | 117.2 | 199.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 64 | 92 | 0 | 0.70 | 0.56 | 0.17 | 348.57 | 0.63 | 0.54 |
| Hex | D3 | 40 | 5C | 0 | 46 | 38 | 11 | 15D | 3F | 36 |
| Octal | 323 | 100 | 134 | 0 | 106 | 70 | 21 | 535 | 77 | 66 |
| Binary | 11010011 | 1000000 | 1011100 | 0 | 1000110 | 111000 | 10001 | 101011101 | 111111 | 110110 |
Color Harmonies of #D3405C
Complementary color
Monochromatic Colors of #D3405C
Black with #D3405C
Text Example
Text Example
White with #D3405C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3405C; }
p { color: rgb(211,64,92); }
H1.HeaderClassName
{
color: #D3405C;
}
.AnyTagClassName
{
color: #D3405C;
}
</style>
background-color css
<style>
a { background-color: #D3405C; }
a { background-color: rgb(211,64,92); }
div.DivClassName
{
background-color: #D3405C;
}
.BgClassName
{
background-color: #D3405C;
}
</style>
border-color css
<style>
span { border-color: #D3405C; }
span { border-color: rgb(211,64,92); }
td.TdClassName
{
border-color: #D3405C;
}
.TagClassName
{
border-color: #D3405C;
}
</style>