Shades of Mandy #D64355
Tints of Mandy #D64355
RGB
CMYK
RGB Variations
Color information
#D64355 (or 0xD64355) is known color: Mandy. HEX triplet: D6, 43 and 55. RGB value is (214,67,85). Sum of RGB (Red+Green+Blue) = 214+67+85=366 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.47% from 366); Green value is 67 (26.56% from 255 or 18.31% from 366); Blue value is 85 (33.59% from 255 or 23.22% from 366); Max value from RGB is 214 - color contains mainly: red. Hex color #D64355 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64355 is #29BCAA. Grayscale: #717171. Windows color (decimal): -2735275 or 5587926. OLE color: 5587926.
HSL color Cylindrical-coordinate representation of color #D64355: hue angle of 352.65º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D64355 is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 67 | 85 | - |
| CMYK | 0 | 0.69 | 0.60 | 0.16 |
| HSL | 352.65º | 0.64% | 0.55% | - |
| HSV(B) | 352.65º | 0.69% | 0.84% | - |
| XYZ | 31.38 | 18.97 | 10.6 | - |
| YUV | 113.01 | 112.2 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 67 | 85 | 0 | 0.69 | 0.60 | 0.16 | 352.65 | 0.64 | 0.55 |
| Hex | D6 | 43 | 55 | 0 | 45 | 3C | 10 | 161 | 40 | 37 |
| Octal | 326 | 103 | 125 | 0 | 105 | 74 | 20 | 541 | 100 | 67 |
| Binary | 11010110 | 1000011 | 1010101 | 0 | 1000101 | 111100 | 10000 | 101100001 | 1000000 | 110111 |
Color Harmonies of #D64355
Complementary color
Monochromatic Colors of #D64355
Black with #D64355
Text Example
Text Example
White with #D64355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64355; }
p { color: rgb(214,67,85); }
H1.HeaderClassName
{
color: #D64355;
}
.AnyTagClassName
{
color: #D64355;
}
</style>
background-color css
<style>
a { background-color: #D64355; }
a { background-color: rgb(214,67,85); }
div.DivClassName
{
background-color: #D64355;
}
.BgClassName
{
background-color: #D64355;
}
</style>
border-color css
<style>
span { border-color: #D64355; }
span { border-color: rgb(214,67,85); }
td.TdClassName
{
border-color: #D64355;
}
.TagClassName
{
border-color: #D64355;
}
</style>