Shades of Mandy #D6464A
Tints of Mandy #D6464A
RGB
CMYK
RGB Variations
Color information
#D6464A (or 0xD6464A) is known color: Mandy. HEX triplet: D6, 46 and 4A. RGB value is (214,70,74). Sum of RGB (Red+Green+Blue) = 214+70+74=358 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.78% from 358); Green value is 70 (27.73% from 255 or 19.55% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 214 - color contains mainly: red. Hex color #D6464A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6464A is #29B9B5. Grayscale: #717171. Windows color (decimal): -2734518 or 4867798. OLE color: 4867798.
HSL color Cylindrical-coordinate representation of color #D6464A: hue angle of 358.33º 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 #D6464A is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 70 | 74 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.16 |
| HSL | 358.33º | 0.64% | 0.56% | - |
| HSV(B) | 358.33º | 0.67% | 0.84% | - |
| XYZ | 31.16 | 19.17 | 8.54 | - |
| YUV | 113.51 | 105.71 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 70 | 74 | 0 | 0.67 | 0.65 | 0.16 | 358.33 | 0.64 | 0.56 |
| Hex | D6 | 46 | 4A | 0 | 43 | 41 | 10 | 166 | 40 | 38 |
| Octal | 326 | 106 | 112 | 0 | 103 | 101 | 20 | 546 | 100 | 70 |
| Binary | 11010110 | 1000110 | 1001010 | 0 | 1000011 | 1000001 | 10000 | 101100110 | 1000000 | 111000 |
Color Harmonies of #D6464A
Complementary color
Monochromatic Colors of #D6464A
Black with #D6464A
Text Example
Text Example
White with #D6464A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6464A; }
p { color: rgb(214,70,74); }
H1.HeaderClassName
{
color: #D6464A;
}
.AnyTagClassName
{
color: #D6464A;
}
</style>
background-color css
<style>
a { background-color: #D6464A; }
a { background-color: rgb(214,70,74); }
div.DivClassName
{
background-color: #D6464A;
}
.BgClassName
{
background-color: #D6464A;
}
</style>
border-color css
<style>
span { border-color: #D6464A; }
span { border-color: rgb(214,70,74); }
td.TdClassName
{
border-color: #D6464A;
}
.TagClassName
{
border-color: #D6464A;
}
</style>