Shades of Mandy #D64B4C
Tints of Mandy #D64B4C
RGB
CMYK
RGB Variations
Color information
#D64B4C (or 0xD64B4C) is known color: Mandy. HEX triplet: D6, 4B and 4C. RGB value is (214,75,76). Sum of RGB (Red+Green+Blue) = 214+75+76=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 75 (29.69% from 255 or 20.55% from 365); Blue value is 76 (30.08% from 255 or 20.82% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D64B4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64B4C is #29B4B3. Grayscale: #747474. Windows color (decimal): -2733236 or 5000150. OLE color: 5000150.
HSL color Cylindrical-coordinate representation of color #D64B4C: hue angle of 359.57º 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 #D64B4C is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 75 | 76 | - |
| CMYK | 0 | 0.65 | 0.64 | 0.16 |
| HSL | 359.57º | 0.63% | 0.57% | - |
| HSV(B) | 359.57º | 0.65% | 0.84% | - |
| XYZ | 31.55 | 19.85 | 9.01 | - |
| YUV | 116.68 | 105.05 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 75 | 76 | 0 | 0.65 | 0.64 | 0.16 | 359.57 | 0.63 | 0.57 |
| Hex | D6 | 4B | 4C | 0 | 41 | 40 | 10 | 168 | 3F | 39 |
| Octal | 326 | 113 | 114 | 0 | 101 | 100 | 20 | 550 | 77 | 71 |
| Binary | 11010110 | 1001011 | 1001100 | 0 | 1000001 | 1000000 | 10000 | 101101000 | 111111 | 111001 |
Color Harmonies of #D64B4C
Complementary color
Monochromatic Colors of #D64B4C
Black with #D64B4C
Text Example
Text Example
White with #D64B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64B4C; }
p { color: rgb(214,75,76); }
H1.HeaderClassName
{
color: #D64B4C;
}
.AnyTagClassName
{
color: #D64B4C;
}
</style>
background-color css
<style>
a { background-color: #D64B4C; }
a { background-color: rgb(214,75,76); }
div.DivClassName
{
background-color: #D64B4C;
}
.BgClassName
{
background-color: #D64B4C;
}
</style>
border-color css
<style>
span { border-color: #D64B4C; }
span { border-color: rgb(214,75,76); }
td.TdClassName
{
border-color: #D64B4C;
}
.TagClassName
{
border-color: #D64B4C;
}
</style>