Shades of Mandy #D65054
Tints of Mandy #D65054
RGB
CMYK
RGB Variations
Color information
#D65054 (or 0xD65054) is known color: Mandy. HEX triplet: D6, 50 and 54. RGB value is (214,80,84). Sum of RGB (Red+Green+Blue) = 214+80+84=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 84 (33.20% from 255 or 22.22% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D65054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65054 is #29AFAB. Grayscale: #787878. Windows color (decimal): -2731948 or 5525718. OLE color: 5525718.
HSL color Cylindrical-coordinate representation of color #D65054: hue angle of 358.21º 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 #D65054 is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 80 | 84 | - |
| CMYK | 0 | 0.63 | 0.61 | 0.16 |
| HSL | 358.21º | 0.62% | 0.58% | - |
| HSV(B) | 358.21º | 0.63% | 0.84% | - |
| XYZ | 32.2 | 20.67 | 10.68 | - |
| YUV | 120.52 | 107.39 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 80 | 84 | 0 | 0.63 | 0.61 | 0.16 | 358.21 | 0.62 | 0.58 |
| Hex | D6 | 50 | 54 | 0 | 3F | 3D | 10 | 166 | 3E | 3A |
| Octal | 326 | 120 | 124 | 0 | 77 | 75 | 20 | 546 | 76 | 72 |
| Binary | 11010110 | 1010000 | 1010100 | 0 | 111111 | 111101 | 10000 | 101100110 | 111110 | 111010 |
Color Harmonies of #D65054
Complementary color
Monochromatic Colors of #D65054
Black with #D65054
Text Example
Text Example
White with #D65054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65054; }
p { color: rgb(214,80,84); }
H1.HeaderClassName
{
color: #D65054;
}
.AnyTagClassName
{
color: #D65054;
}
</style>
background-color css
<style>
a { background-color: #D65054; }
a { background-color: rgb(214,80,84); }
div.DivClassName
{
background-color: #D65054;
}
.BgClassName
{
background-color: #D65054;
}
</style>
border-color css
<style>
span { border-color: #D65054; }
span { border-color: rgb(214,80,84); }
td.TdClassName
{
border-color: #D65054;
}
.TagClassName
{
border-color: #D65054;
}
</style>