Shades of Mandy #D34455
Tints of Mandy #D34455
RGB
CMYK
RGB Variations
Color information
#D34455 (or 0xD34455) is known color: Mandy. HEX triplet: D3, 44 and 55. RGB value is (211,68,85). Sum of RGB (Red+Green+Blue) = 211+68+85=364 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.97% from 364); Green value is 68 (26.95% from 255 or 18.68% from 364); Blue value is 85 (33.59% from 255 or 23.35% from 364); Max value from RGB is 211 - color contains mainly: red. Hex color #D34455 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34455 is #2CBBAA. Grayscale: #707070. Windows color (decimal): -2931627 or 5588179. OLE color: 5588179.
HSL color Cylindrical-coordinate representation of color #D34455: hue angle of 352.87º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D34455 is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 68 | 85 | - |
| CMYK | 0 | 0.68 | 0.60 | 0.17 |
| HSL | 352.87º | 0.62% | 0.55% | - |
| HSV(B) | 352.87º | 0.68% | 0.83% | - |
| XYZ | 30.57 | 18.64 | 10.58 | - |
| YUV | 112.7 | 112.38 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 68 | 85 | 0 | 0.68 | 0.60 | 0.17 | 352.87 | 0.62 | 0.55 |
| Hex | D3 | 44 | 55 | 0 | 44 | 3C | 11 | 161 | 3E | 37 |
| Octal | 323 | 104 | 125 | 0 | 104 | 74 | 21 | 541 | 76 | 67 |
| Binary | 11010011 | 1000100 | 1010101 | 0 | 1000100 | 111100 | 10001 | 101100001 | 111110 | 110111 |
Color Harmonies of #D34455
Complementary color
Monochromatic Colors of #D34455
Black with #D34455
Text Example
Text Example
White with #D34455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34455; }
p { color: rgb(211,68,85); }
H1.HeaderClassName
{
color: #D34455;
}
.AnyTagClassName
{
color: #D34455;
}
</style>
background-color css
<style>
a { background-color: #D34455; }
a { background-color: rgb(211,68,85); }
div.DivClassName
{
background-color: #D34455;
}
.BgClassName
{
background-color: #D34455;
}
</style>
border-color css
<style>
span { border-color: #D34455; }
span { border-color: rgb(211,68,85); }
td.TdClassName
{
border-color: #D34455;
}
.TagClassName
{
border-color: #D34455;
}
</style>