Shades of Mandy #D63F4D
Tints of Mandy #D63F4D
RGB
CMYK
RGB Variations
Color information
#D63F4D (or 0xD63F4D) is known color: Mandy. HEX triplet: D6, 3F and 4D. RGB value is (214,63,77). Sum of RGB (Red+Green+Blue) = 214+63+77=354 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.45% from 354); Green value is 63 (25% from 255 or 17.80% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 214 - color contains mainly: red. Hex color #D63F4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63F4D is #29C0B2. Grayscale: #6D6D6D. Windows color (decimal): -2736307 or 5062614. OLE color: 5062614.
HSL color Cylindrical-coordinate representation of color #D63F4D: hue angle of 354.44º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D63F4D is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 63 | 77 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.16 |
| HSL | 354.44º | 0.65% | 0.54% | - |
| HSV(B) | 354.44º | 0.71% | 0.84% | - |
| XYZ | 30.85 | 18.39 | 8.94 | - |
| YUV | 109.75 | 109.53 | 202.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 63 | 77 | 0 | 0.71 | 0.64 | 0.16 | 354.44 | 0.65 | 0.54 |
| Hex | D6 | 3F | 4D | 0 | 47 | 40 | 10 | 162 | 41 | 36 |
| Octal | 326 | 77 | 115 | 0 | 107 | 100 | 20 | 542 | 101 | 66 |
| Binary | 11010110 | 111111 | 1001101 | 0 | 1000111 | 1000000 | 10000 | 101100010 | 1000001 | 110110 |
Color Harmonies of #D63F4D
Complementary color
Monochromatic Colors of #D63F4D
Black with #D63F4D
Text Example
Text Example
White with #D63F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63F4D; }
p { color: rgb(214,63,77); }
H1.HeaderClassName
{
color: #D63F4D;
}
.AnyTagClassName
{
color: #D63F4D;
}
</style>
background-color css
<style>
a { background-color: #D63F4D; }
a { background-color: rgb(214,63,77); }
div.DivClassName
{
background-color: #D63F4D;
}
.BgClassName
{
background-color: #D63F4D;
}
</style>
border-color css
<style>
span { border-color: #D63F4D; }
span { border-color: rgb(214,63,77); }
td.TdClassName
{
border-color: #D63F4D;
}
.TagClassName
{
border-color: #D63F4D;
}
</style>