Shades of Mandy #D64954
Tints of Mandy #D64954
RGB
CMYK
RGB Variations
Color information
#D64954 (or 0xD64954) is known color: Mandy. HEX triplet: D6, 49 and 54. RGB value is (214,73,84). Sum of RGB (Red+Green+Blue) = 214+73+84=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 84 (33.20% from 255 or 22.64% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D64954 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64954 is #29B6AB. Grayscale: #747474. Windows color (decimal): -2733740 or 5523926. OLE color: 5523926.
HSL color Cylindrical-coordinate representation of color #D64954: hue angle of 355.32º 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 #D64954 is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 73 | 84 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.16 |
| HSL | 355.32º | 0.63% | 0.56% | - |
| HSV(B) | 355.32º | 0.66% | 0.84% | - |
| XYZ | 31.71 | 19.7 | 10.52 | - |
| YUV | 116.41 | 109.71 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 73 | 84 | 0 | 0.66 | 0.61 | 0.16 | 355.32 | 0.63 | 0.56 |
| Hex | D6 | 49 | 54 | 0 | 42 | 3D | 10 | 163 | 3F | 38 |
| Octal | 326 | 111 | 124 | 0 | 102 | 75 | 20 | 543 | 77 | 70 |
| Binary | 11010110 | 1001001 | 1010100 | 0 | 1000010 | 111101 | 10000 | 101100011 | 111111 | 111000 |
Color Harmonies of #D64954
Complementary color
Monochromatic Colors of #D64954
Black with #D64954
Text Example
Text Example
White with #D64954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64954; }
p { color: rgb(214,73,84); }
H1.HeaderClassName
{
color: #D64954;
}
.AnyTagClassName
{
color: #D64954;
}
</style>
background-color css
<style>
a { background-color: #D64954; }
a { background-color: rgb(214,73,84); }
div.DivClassName
{
background-color: #D64954;
}
.BgClassName
{
background-color: #D64954;
}
</style>
border-color css
<style>
span { border-color: #D64954; }
span { border-color: rgb(214,73,84); }
td.TdClassName
{
border-color: #D64954;
}
.TagClassName
{
border-color: #D64954;
}
</style>