Shades of Mandy #D64953
Tints of Mandy #D64953
RGB
CMYK
RGB Variations
Color information
#D64953 (or 0xD64953) is known color: Mandy. HEX triplet: D6, 49 and 53. RGB value is (214,73,83). Sum of RGB (Red+Green+Blue) = 214+73+83=370 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.84% from 370); Green value is 73 (28.91% from 255 or 19.73% from 370); Blue value is 83 (32.81% from 255 or 22.43% from 370); Max value from RGB is 214 - color contains mainly: red. Hex color #D64953 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64953 is #29B6AC. Grayscale: #747474. Windows color (decimal): -2733741 or 5458390. OLE color: 5458390.
HSL color Cylindrical-coordinate representation of color #D64953: hue angle of 355.74º 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 #D64953 is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 73 | 83 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.16 |
| HSL | 355.74º | 0.63% | 0.56% | - |
| HSV(B) | 355.74º | 0.66% | 0.84% | - |
| XYZ | 31.68 | 19.69 | 10.31 | - |
| YUV | 116.3 | 109.21 | 197.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 73 | 83 | 0 | 0.66 | 0.61 | 0.16 | 355.74 | 0.63 | 0.56 |
| Hex | D6 | 49 | 53 | 0 | 42 | 3D | 10 | 164 | 3F | 38 |
| Octal | 326 | 111 | 123 | 0 | 102 | 75 | 20 | 544 | 77 | 70 |
| Binary | 11010110 | 1001001 | 1010011 | 0 | 1000010 | 111101 | 10000 | 101100100 | 111111 | 111000 |
Color Harmonies of #D64953
Complementary color
Monochromatic Colors of #D64953
Black with #D64953
Text Example
Text Example
White with #D64953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64953; }
p { color: rgb(214,73,83); }
H1.HeaderClassName
{
color: #D64953;
}
.AnyTagClassName
{
color: #D64953;
}
</style>
background-color css
<style>
a { background-color: #D64953; }
a { background-color: rgb(214,73,83); }
div.DivClassName
{
background-color: #D64953;
}
.BgClassName
{
background-color: #D64953;
}
</style>
border-color css
<style>
span { border-color: #D64953; }
span { border-color: rgb(214,73,83); }
td.TdClassName
{
border-color: #D64953;
}
.TagClassName
{
border-color: #D64953;
}
</style>