Shades of Mandy #D8445D
Tints of Mandy #D8445D
RGB
CMYK
RGB Variations
Color information
#D8445D (or 0xD8445D) is known color: Mandy. HEX triplet: D8, 44 and 5D. RGB value is (216,68,93). Sum of RGB (Red+Green+Blue) = 216+68+93=377 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.29% from 377); Green value is 68 (26.95% from 255 or 18.04% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 216 - color contains mainly: red. Hex color #D8445D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8445D is #27BBA2. Grayscale: #737373. Windows color (decimal): -2603939 or 6112472. OLE color: 6112472.
HSL color Cylindrical-coordinate representation of color #D8445D: hue angle of 349.86º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D8445D is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 68 | 93 | - |
| CMYK | 0 | 0.69 | 0.57 | 0.15 |
| HSL | 349.86º | 0.65% | 0.56% | - |
| HSV(B) | 349.86º | 0.69% | 0.85% | - |
| XYZ | 32.36 | 19.52 | 12.42 | - |
| YUV | 115.1 | 115.53 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 68 | 93 | 0 | 0.69 | 0.57 | 0.15 | 349.86 | 0.65 | 0.56 |
| Hex | D8 | 44 | 5D | 0 | 45 | 39 | F | 15E | 41 | 38 |
| Octal | 330 | 104 | 135 | 0 | 105 | 71 | 17 | 536 | 101 | 70 |
| Binary | 11011000 | 1000100 | 1011101 | 0 | 1000101 | 111001 | 1111 | 101011110 | 1000001 | 111000 |
Color Harmonies of #D8445D
Complementary color
Monochromatic Colors of #D8445D
Black with #D8445D
Text Example
Text Example
White with #D8445D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8445D; }
p { color: rgb(216,68,93); }
H1.HeaderClassName
{
color: #D8445D;
}
.AnyTagClassName
{
color: #D8445D;
}
</style>
background-color css
<style>
a { background-color: #D8445D; }
a { background-color: rgb(216,68,93); }
div.DivClassName
{
background-color: #D8445D;
}
.BgClassName
{
background-color: #D8445D;
}
</style>
border-color css
<style>
span { border-color: #D8445D; }
span { border-color: rgb(216,68,93); }
td.TdClassName
{
border-color: #D8445D;
}
.TagClassName
{
border-color: #D8445D;
}
</style>