Shades of Mandy #D65463
Tints of Mandy #D65463
RGB
CMYK
RGB Variations
Color information
#D65463 (or 0xD65463) is known color: Mandy. HEX triplet: D6, 54 and 63. RGB value is (214,84,99). Sum of RGB (Red+Green+Blue) = 214+84+99=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 84 (33.20% from 255 or 21.16% from 397); Blue value is 99 (39.06% from 255 or 24.94% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D65463 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65463 is #29AB9C. Grayscale: #7C7C7C. Windows color (decimal): -2730909 or 6509782. OLE color: 6509782.
HSL color Cylindrical-coordinate representation of color #D65463: hue angle of 353.08º degrees, saturation: 0.61, 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 #D65463 is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 84 | 99 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.16 |
| HSL | 353.08º | 0.61% | 0.58% | - |
| HSV(B) | 353.08º | 0.61% | 0.84% | - |
| XYZ | 33.15 | 21.54 | 14.21 | - |
| YUV | 124.58 | 113.57 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 84 | 99 | 0 | 0.61 | 0.54 | 0.16 | 353.08 | 0.61 | 0.58 |
| Hex | D6 | 54 | 63 | 0 | 3D | 36 | 10 | 161 | 3D | 3A |
| Octal | 326 | 124 | 143 | 0 | 75 | 66 | 20 | 541 | 75 | 72 |
| Binary | 11010110 | 1010100 | 1100011 | 0 | 111101 | 110110 | 10000 | 101100001 | 111101 | 111010 |
Color Harmonies of #D65463
Complementary color
Monochromatic Colors of #D65463
Black with #D65463
Text Example
Text Example
White with #D65463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65463; }
p { color: rgb(214,84,99); }
H1.HeaderClassName
{
color: #D65463;
}
.AnyTagClassName
{
color: #D65463;
}
</style>
background-color css
<style>
a { background-color: #D65463; }
a { background-color: rgb(214,84,99); }
div.DivClassName
{
background-color: #D65463;
}
.BgClassName
{
background-color: #D65463;
}
</style>
border-color css
<style>
span { border-color: #D65463; }
span { border-color: rgb(214,84,99); }
td.TdClassName
{
border-color: #D65463;
}
.TagClassName
{
border-color: #D65463;
}
</style>