Shades of Mandy #D64952
Tints of Mandy #D64952
RGB
CMYK
RGB Variations
Color information
#D64952 (or 0xD64952) is known color: Mandy. HEX triplet: D6, 49 and 52. RGB value is (214,73,82). Sum of RGB (Red+Green+Blue) = 214+73+82=369 (48% of max value = 765). Red value is 214 (83.98% from 255 or 57.99% from 369); Green value is 73 (28.91% from 255 or 19.78% from 369); Blue value is 82 (32.42% from 255 or 22.22% from 369); Max value from RGB is 214 - color contains mainly: red. Hex color #D64952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64952 is #29B6AD. Grayscale: #747474. Windows color (decimal): -2733742 or 5392854. OLE color: 5392854.
HSL color Cylindrical-coordinate representation of color #D64952: hue angle of 356.17º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D64952 is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 73 | 82 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.16 |
| HSL | 356.17º | 0.63% | 0.56% | - |
| HSV(B) | 356.17º | 0.66% | 0.84% | - |
| XYZ | 31.64 | 19.67 | 10.11 | - |
| YUV | 116.19 | 108.71 | 197.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 73 | 82 | 0 | 0.66 | 0.62 | 0.16 | 356.17 | 0.63 | 0.56 |
| Hex | D6 | 49 | 52 | 0 | 42 | 3E | 10 | 164 | 3F | 38 |
| Octal | 326 | 111 | 122 | 0 | 102 | 76 | 20 | 544 | 77 | 70 |
| Binary | 11010110 | 1001001 | 1010010 | 0 | 1000010 | 111110 | 10000 | 101100100 | 111111 | 111000 |
Color Harmonies of #D64952
Complementary color
Monochromatic Colors of #D64952
Black with #D64952
Text Example
Text Example
White with #D64952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64952; }
p { color: rgb(214,73,82); }
H1.HeaderClassName
{
color: #D64952;
}
.AnyTagClassName
{
color: #D64952;
}
</style>
background-color css
<style>
a { background-color: #D64952; }
a { background-color: rgb(214,73,82); }
div.DivClassName
{
background-color: #D64952;
}
.BgClassName
{
background-color: #D64952;
}
</style>
border-color css
<style>
span { border-color: #D64952; }
span { border-color: rgb(214,73,82); }
td.TdClassName
{
border-color: #D64952;
}
.TagClassName
{
border-color: #D64952;
}
</style>