Shades of Mandy #D9444D
Tints of Mandy #D9444D
RGB
CMYK
RGB Variations
Color information
#D9444D (or 0xD9444D) is known color: Mandy. HEX triplet: D9, 44 and 4D. RGB value is (217,68,77). Sum of RGB (Red+Green+Blue) = 217+68+77=362 (47% of max value = 765). Red value is 217 (85.16% from 255 or 59.94% from 362); Green value is 68 (26.95% from 255 or 18.78% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 217 - color contains mainly: red. Hex color #D9444D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9444D is #26BBB2. Grayscale: #717171. Windows color (decimal): -2538419 or 5063897. OLE color: 5063897.
HSL color Cylindrical-coordinate representation of color #D9444D: hue angle of 356.38º degrees, saturation: 0.66, 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 #D9444D is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 68 | 77 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.15 |
| HSL | 356.38º | 0.66% | 0.56% | - |
| HSV(B) | 356.38º | 0.69% | 0.85% | - |
| XYZ | 32.02 | 19.42 | 9.08 | - |
| YUV | 113.58 | 107.36 | 201.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 68 | 77 | 0 | 0.69 | 0.65 | 0.15 | 356.38 | 0.66 | 0.56 |
| Hex | D9 | 44 | 4D | 0 | 45 | 41 | F | 164 | 42 | 38 |
| Octal | 331 | 104 | 115 | 0 | 105 | 101 | 17 | 544 | 102 | 70 |
| Binary | 11011001 | 1000100 | 1001101 | 0 | 1000101 | 1000001 | 1111 | 101100100 | 1000010 | 111000 |
Color Harmonies of #D9444D
Complementary color
Monochromatic Colors of #D9444D
Black with #D9444D
Text Example
Text Example
White with #D9444D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9444D; }
p { color: rgb(217,68,77); }
H1.HeaderClassName
{
color: #D9444D;
}
.AnyTagClassName
{
color: #D9444D;
}
</style>
background-color css
<style>
a { background-color: #D9444D; }
a { background-color: rgb(217,68,77); }
div.DivClassName
{
background-color: #D9444D;
}
.BgClassName
{
background-color: #D9444D;
}
</style>
border-color css
<style>
span { border-color: #D9444D; }
span { border-color: rgb(217,68,77); }
td.TdClassName
{
border-color: #D9444D;
}
.TagClassName
{
border-color: #D9444D;
}
</style>