Shades of Mandy #D64360
Tints of Mandy #D64360
RGB
CMYK
RGB Variations
Color information
#D64360 (or 0xD64360) is known color: Mandy. HEX triplet: D6, 43 and 60. RGB value is (214,67,96). Sum of RGB (Red+Green+Blue) = 214+67+96=377 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.76% from 377); Green value is 67 (26.56% from 255 or 17.77% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 214 - color contains mainly: red. Hex color #D64360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64360 is #29BC9F. Grayscale: #727272. Windows color (decimal): -2735264 or 6308822. OLE color: 6308822.
HSL color Cylindrical-coordinate representation of color #D64360: hue angle of 348.16º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D64360 is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 67 | 96 | - |
| CMYK | 0 | 0.69 | 0.55 | 0.16 |
| HSL | 348.16º | 0.64% | 0.55% | - |
| HSV(B) | 348.16º | 0.69% | 0.84% | - |
| XYZ | 31.85 | 19.15 | 13.08 | - |
| YUV | 114.26 | 117.7 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 67 | 96 | 0 | 0.69 | 0.55 | 0.16 | 348.16 | 0.64 | 0.55 |
| Hex | D6 | 43 | 60 | 0 | 45 | 37 | 10 | 15C | 40 | 37 |
| Octal | 326 | 103 | 140 | 0 | 105 | 67 | 20 | 534 | 100 | 67 |
| Binary | 11010110 | 1000011 | 1100000 | 0 | 1000101 | 110111 | 10000 | 101011100 | 1000000 | 110111 |
Color Harmonies of #D64360
Complementary color
Monochromatic Colors of #D64360
Black with #D64360
Text Example
Text Example
White with #D64360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64360; }
p { color: rgb(214,67,96); }
H1.HeaderClassName
{
color: #D64360;
}
.AnyTagClassName
{
color: #D64360;
}
</style>
background-color css
<style>
a { background-color: #D64360; }
a { background-color: rgb(214,67,96); }
div.DivClassName
{
background-color: #D64360;
}
.BgClassName
{
background-color: #D64360;
}
</style>
border-color css
<style>
span { border-color: #D64360; }
span { border-color: rgb(214,67,96); }
td.TdClassName
{
border-color: #D64360;
}
.TagClassName
{
border-color: #D64360;
}
</style>