Shades of Mandy #D34658
Tints of Mandy #D34658
RGB
CMYK
RGB Variations
Color information
#D34658 (or 0xD34658) is known color: Mandy. HEX triplet: D3, 46 and 58. RGB value is (211,70,88). Sum of RGB (Red+Green+Blue) = 211+70+88=369 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.18% from 369); Green value is 70 (27.73% from 255 or 18.97% from 369); Blue value is 88 (34.77% from 255 or 23.85% from 369); Max value from RGB is 211 - color contains mainly: red. Hex color #D34658 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34658 is #2CB9A7. Grayscale: #727272. Windows color (decimal): -2931112 or 5785299. OLE color: 5785299.
HSL color Cylindrical-coordinate representation of color #D34658: hue angle of 352.34º 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 #D34658 is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 70 | 88 | - |
| CMYK | 0 | 0.67 | 0.58 | 0.17 |
| HSL | 352.34º | 0.62% | 0.55% | - |
| HSV(B) | 352.34º | 0.67% | 0.83% | - |
| XYZ | 30.82 | 18.93 | 11.26 | - |
| YUV | 114.21 | 113.21 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 70 | 88 | 0 | 0.67 | 0.58 | 0.17 | 352.34 | 0.62 | 0.55 |
| Hex | D3 | 46 | 58 | 0 | 43 | 3A | 11 | 160 | 3E | 37 |
| Octal | 323 | 106 | 130 | 0 | 103 | 72 | 21 | 540 | 76 | 67 |
| Binary | 11010011 | 1000110 | 1011000 | 0 | 1000011 | 111010 | 10001 | 101100000 | 111110 | 110111 |
Color Harmonies of #D34658
Complementary color
Monochromatic Colors of #D34658
Black with #D34658
Text Example
Text Example
White with #D34658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34658; }
p { color: rgb(211,70,88); }
H1.HeaderClassName
{
color: #D34658;
}
.AnyTagClassName
{
color: #D34658;
}
</style>
background-color css
<style>
a { background-color: #D34658; }
a { background-color: rgb(211,70,88); }
div.DivClassName
{
background-color: #D34658;
}
.BgClassName
{
background-color: #D34658;
}
</style>
border-color css
<style>
span { border-color: #D34658; }
span { border-color: rgb(211,70,88); }
td.TdClassName
{
border-color: #D34658;
}
.TagClassName
{
border-color: #D34658;
}
</style>