Shades of Mandy #D65355
Tints of Mandy #D65355
RGB
CMYK
RGB Variations
Color information
#D65355 (or 0xD65355) is known color: Mandy. HEX triplet: D6, 53 and 55. RGB value is (214,83,85). Sum of RGB (Red+Green+Blue) = 214+83+85=382 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.02% from 382); Green value is 83 (32.81% from 255 or 21.73% from 382); Blue value is 85 (33.59% from 255 or 22.25% from 382); Max value from RGB is 214 - color contains mainly: red. Hex color #D65355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65355 is #29ACAA. Grayscale: #7A7A7A. Windows color (decimal): -2731179 or 5592022. OLE color: 5592022.
HSL color Cylindrical-coordinate representation of color #D65355: hue angle of 359.08º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D65355 is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 83 | 85 | - |
| CMYK | 0 | 0.61 | 0.60 | 0.16 |
| HSL | 359.08º | 0.62% | 0.58% | - |
| HSV(B) | 359.08º | 0.61% | 0.84% | - |
| XYZ | 32.46 | 21.14 | 10.96 | - |
| YUV | 122.4 | 106.9 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 83 | 85 | 0 | 0.61 | 0.60 | 0.16 | 359.08 | 0.62 | 0.58 |
| Hex | D6 | 53 | 55 | 0 | 3D | 3C | 10 | 167 | 3E | 3A |
| Octal | 326 | 123 | 125 | 0 | 75 | 74 | 20 | 547 | 76 | 72 |
| Binary | 11010110 | 1010011 | 1010101 | 0 | 111101 | 111100 | 10000 | 101100111 | 111110 | 111010 |
Color Harmonies of #D65355
Complementary color
Monochromatic Colors of #D65355
Black with #D65355
Text Example
Text Example
White with #D65355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65355; }
p { color: rgb(214,83,85); }
H1.HeaderClassName
{
color: #D65355;
}
.AnyTagClassName
{
color: #D65355;
}
</style>
background-color css
<style>
a { background-color: #D65355; }
a { background-color: rgb(214,83,85); }
div.DivClassName
{
background-color: #D65355;
}
.BgClassName
{
background-color: #D65355;
}
</style>
border-color css
<style>
span { border-color: #D65355; }
span { border-color: rgb(214,83,85); }
td.TdClassName
{
border-color: #D65355;
}
.TagClassName
{
border-color: #D65355;
}
</style>