Shades of Mandy #D6464B
Tints of Mandy #D6464B
RGB
CMYK
RGB Variations
Color information
#D6464B (or 0xD6464B) is known color: Mandy. HEX triplet: D6, 46 and 4B. RGB value is (214,70,75). Sum of RGB (Red+Green+Blue) = 214+70+75=359 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.61% from 359); Green value is 70 (27.73% from 255 or 19.50% from 359); Blue value is 75 (29.69% from 255 or 20.89% from 359); Max value from RGB is 214 - color contains mainly: red. Hex color #D6464B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6464B is #29B9B4. Grayscale: #717171. Windows color (decimal): -2734517 or 4933334. OLE color: 4933334.
HSL color Cylindrical-coordinate representation of color #D6464B: hue angle of 357.92º 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 #D6464B is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 70 | 75 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.16 |
| HSL | 357.92º | 0.64% | 0.56% | - |
| HSV(B) | 357.92º | 0.67% | 0.84% | - |
| XYZ | 31.19 | 19.18 | 8.72 | - |
| YUV | 113.63 | 106.21 | 199.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 70 | 75 | 0 | 0.67 | 0.65 | 0.16 | 357.92 | 0.64 | 0.56 |
| Hex | D6 | 46 | 4B | 0 | 43 | 41 | 10 | 166 | 40 | 38 |
| Octal | 326 | 106 | 113 | 0 | 103 | 101 | 20 | 546 | 100 | 70 |
| Binary | 11010110 | 1000110 | 1001011 | 0 | 1000011 | 1000001 | 10000 | 101100110 | 1000000 | 111000 |
Color Harmonies of #D6464B
Complementary color
Monochromatic Colors of #D6464B
Black with #D6464B
Text Example
Text Example
White with #D6464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6464B; }
p { color: rgb(214,70,75); }
H1.HeaderClassName
{
color: #D6464B;
}
.AnyTagClassName
{
color: #D6464B;
}
</style>
background-color css
<style>
a { background-color: #D6464B; }
a { background-color: rgb(214,70,75); }
div.DivClassName
{
background-color: #D6464B;
}
.BgClassName
{
background-color: #D6464B;
}
</style>
border-color css
<style>
span { border-color: #D6464B; }
span { border-color: rgb(214,70,75); }
td.TdClassName
{
border-color: #D6464B;
}
.TagClassName
{
border-color: #D6464B;
}
</style>