Shades of Mandy #D44653
Tints of Mandy #D44653
RGB
CMYK
RGB Variations
Color information
#D44653 (or 0xD44653) is known color: Mandy. HEX triplet: D4, 46 and 53. RGB value is (212,70,83). Sum of RGB (Red+Green+Blue) = 212+70+83=365 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.08% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 83 (32.81% from 255 or 22.74% from 365); Max value from RGB is 212 - color contains mainly: red. Hex color #D44653 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44653 is #2BB9AC. Grayscale: #727272. Windows color (decimal): -2865581 or 5457620. OLE color: 5457620.
HSL color Cylindrical-coordinate representation of color #D44653: hue angle of 354.51º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D44653 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 70 | 83 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.17 |
| HSL | 354.51º | 0.62% | 0.55% | - |
| HSV(B) | 354.51º | 0.67% | 0.83% | - |
| XYZ | 30.9 | 19 | 10.22 | - |
| YUV | 113.94 | 110.54 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 70 | 83 | 0 | 0.67 | 0.61 | 0.17 | 354.51 | 0.62 | 0.55 |
| Hex | D4 | 46 | 53 | 0 | 43 | 3D | 11 | 163 | 3E | 37 |
| Octal | 324 | 106 | 123 | 0 | 103 | 75 | 21 | 543 | 76 | 67 |
| Binary | 11010100 | 1000110 | 1010011 | 0 | 1000011 | 111101 | 10001 | 101100011 | 111110 | 110111 |
Color Harmonies of #D44653
Complementary color
Monochromatic Colors of #D44653
Black with #D44653
Text Example
Text Example
White with #D44653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44653; }
p { color: rgb(212,70,83); }
H1.HeaderClassName
{
color: #D44653;
}
.AnyTagClassName
{
color: #D44653;
}
</style>
background-color css
<style>
a { background-color: #D44653; }
a { background-color: rgb(212,70,83); }
div.DivClassName
{
background-color: #D44653;
}
.BgClassName
{
background-color: #D44653;
}
</style>
border-color css
<style>
span { border-color: #D44653; }
span { border-color: rgb(212,70,83); }
td.TdClassName
{
border-color: #D44653;
}
.TagClassName
{
border-color: #D44653;
}
</style>