Shades of Mandy #D64B61
Tints of Mandy #D64B61
RGB
CMYK
RGB Variations
Color information
#D64B61 (or 0xD64B61) is known color: Mandy. HEX triplet: D6, 4B and 61. RGB value is (214,75,97). Sum of RGB (Red+Green+Blue) = 214+75+97=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 75 (29.69% from 255 or 19.43% from 386); Blue value is 97 (38.28% from 255 or 25.13% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D64B61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64B61 is #29B49E. Grayscale: #777777. Windows color (decimal): -2733215 or 6376406. OLE color: 6376406.
HSL color Cylindrical-coordinate representation of color #D64B61: hue angle of 350.5º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D64B61 is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 75 | 97 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.16 |
| HSL | 350.5º | 0.63% | 0.57% | - |
| HSV(B) | 350.5º | 0.65% | 0.84% | - |
| XYZ | 32.41 | 20.19 | 13.5 | - |
| YUV | 119.07 | 115.55 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 75 | 97 | 0 | 0.65 | 0.55 | 0.16 | 350.5 | 0.63 | 0.57 |
| Hex | D6 | 4B | 61 | 0 | 41 | 37 | 10 | 15F | 3F | 39 |
| Octal | 326 | 113 | 141 | 0 | 101 | 67 | 20 | 537 | 77 | 71 |
| Binary | 11010110 | 1001011 | 1100001 | 0 | 1000001 | 110111 | 10000 | 101011111 | 111111 | 111001 |
Color Harmonies of #D64B61
Complementary color
Monochromatic Colors of #D64B61
Black with #D64B61
Text Example
Text Example
White with #D64B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64B61; }
p { color: rgb(214,75,97); }
H1.HeaderClassName
{
color: #D64B61;
}
.AnyTagClassName
{
color: #D64B61;
}
</style>
background-color css
<style>
a { background-color: #D64B61; }
a { background-color: rgb(214,75,97); }
div.DivClassName
{
background-color: #D64B61;
}
.BgClassName
{
background-color: #D64B61;
}
</style>
border-color css
<style>
span { border-color: #D64B61; }
span { border-color: rgb(214,75,97); }
td.TdClassName
{
border-color: #D64B61;
}
.TagClassName
{
border-color: #D64B61;
}
</style>