Shades of Mandy #D64248
Tints of Mandy #D64248
RGB
CMYK
RGB Variations
Color information
#D64248 (or 0xD64248) is known color: Mandy. HEX triplet: D6, 42 and 48. RGB value is (214,66,72). Sum of RGB (Red+Green+Blue) = 214+66+72=352 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.80% from 352); Green value is 66 (26.17% from 255 or 18.75% from 352); Blue value is 72 (28.52% from 255 or 20.45% from 352); Max value from RGB is 214 - color contains mainly: red. Hex color #D64248 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64248 is #29BDB7. Grayscale: #6F6F6F. Windows color (decimal): -2735544 or 4735702. OLE color: 4735702.
HSL color Cylindrical-coordinate representation of color #D64248: hue angle of 357.57º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D64248 is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 66 | 72 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.16 |
| HSL | 357.57º | 0.64% | 0.55% | - |
| HSV(B) | 357.57º | 0.69% | 0.84% | - |
| XYZ | 30.85 | 18.66 | 8.11 | - |
| YUV | 110.94 | 106.03 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 66 | 72 | 0 | 0.69 | 0.66 | 0.16 | 357.57 | 0.64 | 0.55 |
| Hex | D6 | 42 | 48 | 0 | 45 | 42 | 10 | 166 | 40 | 37 |
| Octal | 326 | 102 | 110 | 0 | 105 | 102 | 20 | 546 | 100 | 67 |
| Binary | 11010110 | 1000010 | 1001000 | 0 | 1000101 | 1000010 | 10000 | 101100110 | 1000000 | 110111 |
Color Harmonies of #D64248
Complementary color
Monochromatic Colors of #D64248
Black with #D64248
Text Example
Text Example
White with #D64248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64248; }
p { color: rgb(214,66,72); }
H1.HeaderClassName
{
color: #D64248;
}
.AnyTagClassName
{
color: #D64248;
}
</style>
background-color css
<style>
a { background-color: #D64248; }
a { background-color: rgb(214,66,72); }
div.DivClassName
{
background-color: #D64248;
}
.BgClassName
{
background-color: #D64248;
}
</style>
border-color css
<style>
span { border-color: #D64248; }
span { border-color: rgb(214,66,72); }
td.TdClassName
{
border-color: #D64248;
}
.TagClassName
{
border-color: #D64248;
}
</style>