Shades of Mandy #D65364
Tints of Mandy #D65364
RGB
CMYK
RGB Variations
Color information
#D65364 (or 0xD65364) is known color: Mandy. HEX triplet: D6, 53 and 64. RGB value is (214,83,100). Sum of RGB (Red+Green+Blue) = 214+83+100=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 83 (32.81% from 255 or 20.91% from 397); Blue value is 100 (39.45% from 255 or 25.19% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D65364 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65364 is #29AC9B. Grayscale: #7C7C7C. Windows color (decimal): -2731164 or 6575062. OLE color: 6575062.
HSL color Cylindrical-coordinate representation of color #D65364: hue angle of 352.21º degrees, saturation: 0.62, 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 #D65364 is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 83 | 100 | - |
| CMYK | 0 | 0.61 | 0.53 | 0.16 |
| HSL | 352.21º | 0.62% | 0.58% | - |
| HSV(B) | 352.21º | 0.61% | 0.84% | - |
| XYZ | 33.13 | 21.4 | 14.44 | - |
| YUV | 124.11 | 114.4 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 83 | 100 | 0 | 0.61 | 0.53 | 0.16 | 352.21 | 0.62 | 0.58 |
| Hex | D6 | 53 | 64 | 0 | 3D | 35 | 10 | 160 | 3E | 3A |
| Octal | 326 | 123 | 144 | 0 | 75 | 65 | 20 | 540 | 76 | 72 |
| Binary | 11010110 | 1010011 | 1100100 | 0 | 111101 | 110101 | 10000 | 101100000 | 111110 | 111010 |
Color Harmonies of #D65364
Complementary color
Monochromatic Colors of #D65364
Black with #D65364
Text Example
Text Example
White with #D65364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65364; }
p { color: rgb(214,83,100); }
H1.HeaderClassName
{
color: #D65364;
}
.AnyTagClassName
{
color: #D65364;
}
</style>
background-color css
<style>
a { background-color: #D65364; }
a { background-color: rgb(214,83,100); }
div.DivClassName
{
background-color: #D65364;
}
.BgClassName
{
background-color: #D65364;
}
</style>
border-color css
<style>
span { border-color: #D65364; }
span { border-color: rgb(214,83,100); }
td.TdClassName
{
border-color: #D65364;
}
.TagClassName
{
border-color: #D65364;
}
</style>