Shades of Mandy #D6445A
Tints of Mandy #D6445A
RGB
CMYK
RGB Variations
Color information
#D6445A (or 0xD6445A) is known color: Mandy. HEX triplet: D6, 44 and 5A. RGB value is (214,68,90). Sum of RGB (Red+Green+Blue) = 214+68+90=372 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.53% from 372); Green value is 68 (26.95% from 255 or 18.28% from 372); Blue value is 90 (35.55% from 255 or 24.19% from 372); Max value from RGB is 214 - color contains mainly: red. Hex color #D6445A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6445A is #29BBA5. Grayscale: #727272. Windows color (decimal): -2735014 or 5915862. OLE color: 5915862.
HSL color Cylindrical-coordinate representation of color #D6445A: hue angle of 350.96º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D6445A is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 68 | 90 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.16 |
| HSL | 350.96º | 0.64% | 0.55% | - |
| HSV(B) | 350.96º | 0.68% | 0.84% | - |
| XYZ | 31.64 | 19.17 | 11.7 | - |
| YUV | 114.16 | 114.37 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 68 | 90 | 0 | 0.68 | 0.58 | 0.16 | 350.96 | 0.64 | 0.55 |
| Hex | D6 | 44 | 5A | 0 | 44 | 3A | 10 | 15F | 40 | 37 |
| Octal | 326 | 104 | 132 | 0 | 104 | 72 | 20 | 537 | 100 | 67 |
| Binary | 11010110 | 1000100 | 1011010 | 0 | 1000100 | 111010 | 10000 | 101011111 | 1000000 | 110111 |
Color Harmonies of #D6445A
Complementary color
Monochromatic Colors of #D6445A
Black with #D6445A
Text Example
Text Example
White with #D6445A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6445A; }
p { color: rgb(214,68,90); }
H1.HeaderClassName
{
color: #D6445A;
}
.AnyTagClassName
{
color: #D6445A;
}
</style>
background-color css
<style>
a { background-color: #D6445A; }
a { background-color: rgb(214,68,90); }
div.DivClassName
{
background-color: #D6445A;
}
.BgClassName
{
background-color: #D6445A;
}
</style>
border-color css
<style>
span { border-color: #D6445A; }
span { border-color: rgb(214,68,90); }
td.TdClassName
{
border-color: #D6445A;
}
.TagClassName
{
border-color: #D6445A;
}
</style>