Shades of Mandy #D65051
Tints of Mandy #D65051
RGB
CMYK
RGB Variations
Color information
#D65051 (or 0xD65051) is known color: Mandy. HEX triplet: D6, 50 and 51. RGB value is (214,80,81). Sum of RGB (Red+Green+Blue) = 214+80+81=375 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.07% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 81 (32.03% from 255 or 21.6% from 375); Max value from RGB is 214 - color contains mainly: red. Hex color #D65051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65051 is #29AFAE. Grayscale: #787878. Windows color (decimal): -2731951 or 5329110. OLE color: 5329110.
HSL color Cylindrical-coordinate representation of color #D65051: hue angle of 359.55º 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 #D65051 is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 80 | 81 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.16 |
| HSL | 359.55º | 0.62% | 0.58% | - |
| HSV(B) | 359.55º | 0.63% | 0.84% | - |
| XYZ | 32.09 | 20.63 | 10.08 | - |
| YUV | 120.18 | 105.89 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 80 | 81 | 0 | 0.63 | 0.62 | 0.16 | 359.55 | 0.62 | 0.58 |
| Hex | D6 | 50 | 51 | 0 | 3F | 3E | 10 | 168 | 3E | 3A |
| Octal | 326 | 120 | 121 | 0 | 77 | 76 | 20 | 550 | 76 | 72 |
| Binary | 11010110 | 1010000 | 1010001 | 0 | 111111 | 111110 | 10000 | 101101000 | 111110 | 111010 |
Color Harmonies of #D65051
Complementary color
Monochromatic Colors of #D65051
Black with #D65051
Text Example
Text Example
White with #D65051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65051; }
p { color: rgb(214,80,81); }
H1.HeaderClassName
{
color: #D65051;
}
.AnyTagClassName
{
color: #D65051;
}
</style>
background-color css
<style>
a { background-color: #D65051; }
a { background-color: rgb(214,80,81); }
div.DivClassName
{
background-color: #D65051;
}
.BgClassName
{
background-color: #D65051;
}
</style>
border-color css
<style>
span { border-color: #D65051; }
span { border-color: rgb(214,80,81); }
td.TdClassName
{
border-color: #D65051;
}
.TagClassName
{
border-color: #D65051;
}
</style>