Shades of Mandy #D65D64
Tints of Mandy #D65D64
RGB
CMYK
RGB Variations
Color information
#D65D64 (or 0xD65D64) is known color: Mandy. HEX triplet: D6, 5D and 64. RGB value is (214,93,100). Sum of RGB (Red+Green+Blue) = 214+93+100=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 93 (36.72% from 255 or 22.85% from 407); Blue value is 100 (39.45% from 255 or 24.57% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D65D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65D64 is #29A29B. Grayscale: #828282. Windows color (decimal): -2728604 or 6577622. OLE color: 6577622.
HSL color Cylindrical-coordinate representation of color #D65D64: hue angle of 356.53º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D65D64 is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 93 | 100 | - |
| CMYK | 0 | 0.57 | 0.53 | 0.16 |
| HSL | 356.53º | 0.6% | 0.6% | - |
| HSV(B) | 356.53º | 0.57% | 0.84% | - |
| XYZ | 33.95 | 23.04 | 14.72 | - |
| YUV | 129.98 | 111.09 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 93 | 100 | 0 | 0.57 | 0.53 | 0.16 | 356.53 | 0.6 | 0.6 |
| Hex | D6 | 5D | 64 | 0 | 39 | 35 | 10 | 165 | 3C | 3C |
| Octal | 326 | 135 | 144 | 0 | 71 | 65 | 20 | 545 | 74 | 74 |
| Binary | 11010110 | 1011101 | 1100100 | 0 | 111001 | 110101 | 10000 | 101100101 | 111100 | 111100 |
Color Harmonies of #D65D64
Complementary color
Monochromatic Colors of #D65D64
Black with #D65D64
Text Example
Text Example
White with #D65D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65D64; }
p { color: rgb(214,93,100); }
H1.HeaderClassName
{
color: #D65D64;
}
.AnyTagClassName
{
color: #D65D64;
}
</style>
background-color css
<style>
a { background-color: #D65D64; }
a { background-color: rgb(214,93,100); }
div.DivClassName
{
background-color: #D65D64;
}
.BgClassName
{
background-color: #D65D64;
}
</style>
border-color css
<style>
span { border-color: #D65D64; }
span { border-color: rgb(214,93,100); }
td.TdClassName
{
border-color: #D65D64;
}
.TagClassName
{
border-color: #D65D64;
}
</style>