Shades of Mandy #D34154
Tints of Mandy #D34154
RGB
CMYK
RGB Variations
Color information
#D34154 (or 0xD34154) is known color: Mandy. HEX triplet: D3, 41 and 54. RGB value is (211,65,84). Sum of RGB (Red+Green+Blue) = 211+65+84=360 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.61% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 84 (33.20% from 255 or 23.33% from 360); Max value from RGB is 211 - color contains mainly: red. Hex color #D34154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34154 is #2CBEAB. Grayscale: #6E6E6E. Windows color (decimal): -2932396 or 5521875. OLE color: 5521875.
HSL color Cylindrical-coordinate representation of color #D34154: hue angle of 352.19º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D34154 is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 65 | 84 | - |
| CMYK | 0 | 0.69 | 0.60 | 0.17 |
| HSL | 352.19º | 0.62% | 0.54% | - |
| HSV(B) | 352.19º | 0.69% | 0.83% | - |
| XYZ | 30.35 | 18.27 | 10.31 | - |
| YUV | 110.82 | 112.87 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 65 | 84 | 0 | 0.69 | 0.60 | 0.17 | 352.19 | 0.62 | 0.54 |
| Hex | D3 | 41 | 54 | 0 | 45 | 3C | 11 | 160 | 3E | 36 |
| Octal | 323 | 101 | 124 | 0 | 105 | 74 | 21 | 540 | 76 | 66 |
| Binary | 11010011 | 1000001 | 1010100 | 0 | 1000101 | 111100 | 10001 | 101100000 | 111110 | 110110 |
Color Harmonies of #D34154
Complementary color
Monochromatic Colors of #D34154
Black with #D34154
Text Example
Text Example
White with #D34154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34154; }
p { color: rgb(211,65,84); }
H1.HeaderClassName
{
color: #D34154;
}
.AnyTagClassName
{
color: #D34154;
}
</style>
background-color css
<style>
a { background-color: #D34154; }
a { background-color: rgb(211,65,84); }
div.DivClassName
{
background-color: #D34154;
}
.BgClassName
{
background-color: #D34154;
}
</style>
border-color css
<style>
span { border-color: #D34154; }
span { border-color: rgb(211,65,84); }
td.TdClassName
{
border-color: #D34154;
}
.TagClassName
{
border-color: #D34154;
}
</style>