Shades of Mandy #D64852
Tints of Mandy #D64852
RGB
CMYK
RGB Variations
Color information
#D64852 (or 0xD64852) is known color: Mandy. HEX triplet: D6, 48 and 52. RGB value is (214,72,82). Sum of RGB (Red+Green+Blue) = 214+72+82=368 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.15% from 368); Green value is 72 (28.52% from 255 or 19.57% from 368); Blue value is 82 (32.42% from 255 or 22.28% from 368); Max value from RGB is 214 - color contains mainly: red. Hex color #D64852 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64852 is #29B7AD. Grayscale: #737373. Windows color (decimal): -2733998 or 5392598. OLE color: 5392598.
HSL color Cylindrical-coordinate representation of color #D64852: hue angle of 355.77º 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 #D64852 is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 72 | 82 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.16 |
| HSL | 355.77º | 0.63% | 0.56% | - |
| HSV(B) | 355.77º | 0.66% | 0.84% | - |
| XYZ | 31.57 | 19.54 | 10.09 | - |
| YUV | 115.6 | 109.04 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 72 | 82 | 0 | 0.66 | 0.62 | 0.16 | 355.77 | 0.63 | 0.56 |
| Hex | D6 | 48 | 52 | 0 | 42 | 3E | 10 | 164 | 3F | 38 |
| Octal | 326 | 110 | 122 | 0 | 102 | 76 | 20 | 544 | 77 | 70 |
| Binary | 11010110 | 1001000 | 1010010 | 0 | 1000010 | 111110 | 10000 | 101100100 | 111111 | 111000 |
Color Harmonies of #D64852
Complementary color
Monochromatic Colors of #D64852
Black with #D64852
Text Example
Text Example
White with #D64852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64852; }
p { color: rgb(214,72,82); }
H1.HeaderClassName
{
color: #D64852;
}
.AnyTagClassName
{
color: #D64852;
}
</style>
background-color css
<style>
a { background-color: #D64852; }
a { background-color: rgb(214,72,82); }
div.DivClassName
{
background-color: #D64852;
}
.BgClassName
{
background-color: #D64852;
}
</style>
border-color css
<style>
span { border-color: #D64852; }
span { border-color: rgb(214,72,82); }
td.TdClassName
{
border-color: #D64852;
}
.TagClassName
{
border-color: #D64852;
}
</style>