Shades of Mandy #D64648
Tints of Mandy #D64648
RGB
CMYK
RGB Variations
Color information
#D64648 (or 0xD64648) is known color: Mandy. HEX triplet: D6, 46 and 48. RGB value is (214,70,72). Sum of RGB (Red+Green+Blue) = 214+70+72=356 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.11% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 72 (28.52% from 255 or 20.22% from 356); Max value from RGB is 214 - color contains mainly: red. Hex color #D64648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64648 is #29B9B7. Grayscale: #717171. Windows color (decimal): -2734520 or 4736726. OLE color: 4736726.
HSL color Cylindrical-coordinate representation of color #D64648: hue angle of 359.17º 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 #D64648 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 70 | 72 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.16 |
| HSL | 359.17º | 0.64% | 0.56% | - |
| HSV(B) | 359.17º | 0.67% | 0.84% | - |
| XYZ | 31.09 | 19.14 | 8.19 | - |
| YUV | 113.28 | 104.71 | 199.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 70 | 72 | 0 | 0.67 | 0.66 | 0.16 | 359.17 | 0.64 | 0.56 |
| Hex | D6 | 46 | 48 | 0 | 43 | 42 | 10 | 167 | 40 | 38 |
| Octal | 326 | 106 | 110 | 0 | 103 | 102 | 20 | 547 | 100 | 70 |
| Binary | 11010110 | 1000110 | 1001000 | 0 | 1000011 | 1000010 | 10000 | 101100111 | 1000000 | 111000 |
Color Harmonies of #D64648
Complementary color
Monochromatic Colors of #D64648
Black with #D64648
Text Example
Text Example
White with #D64648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64648; }
p { color: rgb(214,70,72); }
H1.HeaderClassName
{
color: #D64648;
}
.AnyTagClassName
{
color: #D64648;
}
</style>
background-color css
<style>
a { background-color: #D64648; }
a { background-color: rgb(214,70,72); }
div.DivClassName
{
background-color: #D64648;
}
.BgClassName
{
background-color: #D64648;
}
</style>
border-color css
<style>
span { border-color: #D64648; }
span { border-color: rgb(214,70,72); }
td.TdClassName
{
border-color: #D64648;
}
.TagClassName
{
border-color: #D64648;
}
</style>