Shades of Mandy #D4445D
Tints of Mandy #D4445D
RGB
CMYK
RGB Variations
Color information
#D4445D (or 0xD4445D) is known color: Mandy. HEX triplet: D4, 44 and 5D. RGB value is (212,68,93). Sum of RGB (Red+Green+Blue) = 212+68+93=373 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.84% from 373); Green value is 68 (26.95% from 255 or 18.23% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 212 - color contains mainly: red. Hex color #D4445D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4445D is #2BBBA2. Grayscale: #717171. Windows color (decimal): -2866083 or 6112468. OLE color: 6112468.
HSL color Cylindrical-coordinate representation of color #D4445D: hue angle of 349.58º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D4445D is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 68 | 93 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.17 |
| HSL | 349.58º | 0.63% | 0.55% | - |
| HSV(B) | 349.58º | 0.68% | 0.83% | - |
| XYZ | 31.19 | 18.92 | 12.36 | - |
| YUV | 113.91 | 116.21 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 68 | 93 | 0 | 0.68 | 0.56 | 0.17 | 349.58 | 0.63 | 0.55 |
| Hex | D4 | 44 | 5D | 0 | 44 | 38 | 11 | 15E | 3F | 37 |
| Octal | 324 | 104 | 135 | 0 | 104 | 70 | 21 | 536 | 77 | 67 |
| Binary | 11010100 | 1000100 | 1011101 | 0 | 1000100 | 111000 | 10001 | 101011110 | 111111 | 110111 |
Color Harmonies of #D4445D
Complementary color
Monochromatic Colors of #D4445D
Black with #D4445D
Text Example
Text Example
White with #D4445D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4445D; }
p { color: rgb(212,68,93); }
H1.HeaderClassName
{
color: #D4445D;
}
.AnyTagClassName
{
color: #D4445D;
}
</style>
background-color css
<style>
a { background-color: #D4445D; }
a { background-color: rgb(212,68,93); }
div.DivClassName
{
background-color: #D4445D;
}
.BgClassName
{
background-color: #D4445D;
}
</style>
border-color css
<style>
span { border-color: #D4445D; }
span { border-color: rgb(212,68,93); }
td.TdClassName
{
border-color: #D4445D;
}
.TagClassName
{
border-color: #D4445D;
}
</style>