Shades of Mandy #D65055
Tints of Mandy #D65055
RGB
CMYK
RGB Variations
Color information
#D65055 (or 0xD65055) is known color: Mandy. HEX triplet: D6, 50 and 55. RGB value is (214,80,85). Sum of RGB (Red+Green+Blue) = 214+80+85=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D65055 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65055 is #29AFAA. Grayscale: #787878. Windows color (decimal): -2731947 or 5591254. OLE color: 5591254.
HSL color Cylindrical-coordinate representation of color #D65055: hue angle of 357.76º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D65055 is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 80 | 85 | - |
| CMYK | 0 | 0.63 | 0.60 | 0.16 |
| HSL | 357.76º | 0.62% | 0.58% | - |
| HSV(B) | 357.76º | 0.63% | 0.84% | - |
| XYZ | 32.24 | 20.69 | 10.89 | - |
| YUV | 120.64 | 107.89 | 194.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 80 | 85 | 0 | 0.63 | 0.60 | 0.16 | 357.76 | 0.62 | 0.58 |
| Hex | D6 | 50 | 55 | 0 | 3F | 3C | 10 | 166 | 3E | 3A |
| Octal | 326 | 120 | 125 | 0 | 77 | 74 | 20 | 546 | 76 | 72 |
| Binary | 11010110 | 1010000 | 1010101 | 0 | 111111 | 111100 | 10000 | 101100110 | 111110 | 111010 |
Color Harmonies of #D65055
Complementary color
Monochromatic Colors of #D65055
Black with #D65055
Text Example
Text Example
White with #D65055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65055; }
p { color: rgb(214,80,85); }
H1.HeaderClassName
{
color: #D65055;
}
.AnyTagClassName
{
color: #D65055;
}
</style>
background-color css
<style>
a { background-color: #D65055; }
a { background-color: rgb(214,80,85); }
div.DivClassName
{
background-color: #D65055;
}
.BgClassName
{
background-color: #D65055;
}
</style>
border-color css
<style>
span { border-color: #D65055; }
span { border-color: rgb(214,80,85); }
td.TdClassName
{
border-color: #D65055;
}
.TagClassName
{
border-color: #D65055;
}
</style>