Shades of Mandy #D34058
Tints of Mandy #D34058
RGB
CMYK
RGB Variations
Color information
#D34058 (or 0xD34058) is known color: Mandy. HEX triplet: D3, 40 and 58. RGB value is (211,64,88). Sum of RGB (Red+Green+Blue) = 211+64+88=363 (48% of max value = 765). Red value is 211 (82.81% from 255 or 58.13% from 363); Green value is 64 (25.39% from 255 or 17.63% from 363); Blue value is 88 (34.77% from 255 or 24.24% from 363); Max value from RGB is 211 - color contains mainly: red. Hex color #D34058 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34058 is #2CBFA7. Grayscale: #6E6E6E. Windows color (decimal): -2932648 or 5783763. OLE color: 5783763.
HSL color Cylindrical-coordinate representation of color #D34058: hue angle of 350.2º 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 #D34058 is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 64 | 88 | - |
| CMYK | 0 | 0.70 | 0.58 | 0.17 |
| HSL | 350.2º | 0.63% | 0.54% | - |
| HSV(B) | 350.2º | 0.7% | 0.83% | - |
| XYZ | 30.46 | 18.22 | 11.14 | - |
| YUV | 110.69 | 115.2 | 199.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 64 | 88 | 0 | 0.70 | 0.58 | 0.17 | 350.2 | 0.63 | 0.54 |
| Hex | D3 | 40 | 58 | 0 | 46 | 3A | 11 | 15E | 3F | 36 |
| Octal | 323 | 100 | 130 | 0 | 106 | 72 | 21 | 536 | 77 | 66 |
| Binary | 11010011 | 1000000 | 1011000 | 0 | 1000110 | 111010 | 10001 | 101011110 | 111111 | 110110 |
Color Harmonies of #D34058
Complementary color
Monochromatic Colors of #D34058
Black with #D34058
Text Example
Text Example
White with #D34058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34058; }
p { color: rgb(211,64,88); }
H1.HeaderClassName
{
color: #D34058;
}
.AnyTagClassName
{
color: #D34058;
}
</style>
background-color css
<style>
a { background-color: #D34058; }
a { background-color: rgb(211,64,88); }
div.DivClassName
{
background-color: #D34058;
}
.BgClassName
{
background-color: #D34058;
}
</style>
border-color css
<style>
span { border-color: #D34058; }
span { border-color: rgb(211,64,88); }
td.TdClassName
{
border-color: #D34058;
}
.TagClassName
{
border-color: #D34058;
}
</style>