Shades of Mandy #D6464C
Tints of Mandy #D6464C
RGB
CMYK
RGB Variations
Color information
#D6464C (or 0xD6464C) is known color: Mandy. HEX triplet: D6, 46 and 4C. RGB value is (214,70,76). Sum of RGB (Red+Green+Blue) = 214+70+76=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 70 (27.73% from 255 or 19.44% from 360); Blue value is 76 (30.08% from 255 or 21.11% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D6464C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6464C is #29B9B3. Grayscale: #717171. Windows color (decimal): -2734516 or 4998870. OLE color: 4998870.
HSL color Cylindrical-coordinate representation of color #D6464C: hue angle of 357.5º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D6464C is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 70 | 76 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.16 |
| HSL | 357.5º | 0.64% | 0.56% | - |
| HSV(B) | 357.5º | 0.67% | 0.84% | - |
| XYZ | 31.23 | 19.2 | 8.9 | - |
| YUV | 113.74 | 106.71 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 70 | 76 | 0 | 0.67 | 0.64 | 0.16 | 357.5 | 0.64 | 0.56 |
| Hex | D6 | 46 | 4C | 0 | 43 | 40 | 10 | 166 | 40 | 38 |
| Octal | 326 | 106 | 114 | 0 | 103 | 100 | 20 | 546 | 100 | 70 |
| Binary | 11010110 | 1000110 | 1001100 | 0 | 1000011 | 1000000 | 10000 | 101100110 | 1000000 | 111000 |
Color Harmonies of #D6464C
Complementary color
Monochromatic Colors of #D6464C
Black with #D6464C
Text Example
Text Example
White with #D6464C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6464C; }
p { color: rgb(214,70,76); }
H1.HeaderClassName
{
color: #D6464C;
}
.AnyTagClassName
{
color: #D6464C;
}
</style>
background-color css
<style>
a { background-color: #D6464C; }
a { background-color: rgb(214,70,76); }
div.DivClassName
{
background-color: #D6464C;
}
.BgClassName
{
background-color: #D6464C;
}
</style>
border-color css
<style>
span { border-color: #D6464C; }
span { border-color: rgb(214,70,76); }
td.TdClassName
{
border-color: #D6464C;
}
.TagClassName
{
border-color: #D6464C;
}
</style>