Shades of Mandy #D9434E
Tints of Mandy #D9434E
RGB
CMYK
RGB Variations
Color information
#D9434E (or 0xD9434E) is known color: Mandy. HEX triplet: D9, 43 and 4E. RGB value is (217,67,78). Sum of RGB (Red+Green+Blue) = 217+67+78=362 (47% of max value = 765). Red value is 217 (85.16% from 255 or 59.94% from 362); Green value is 67 (26.56% from 255 or 18.51% from 362); Blue value is 78 (30.86% from 255 or 21.55% from 362); Max value from RGB is 217 - color contains mainly: red. Hex color #D9434E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9434E is #26BCB1. Grayscale: #717171. Windows color (decimal): -2538674 or 5129177. OLE color: 5129177.
HSL color Cylindrical-coordinate representation of color #D9434E: hue angle of 355.6º 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 #D9434E is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 67 | 78 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.15 |
| HSL | 355.6º | 0.66% | 0.56% | - |
| HSV(B) | 355.6º | 0.69% | 0.85% | - |
| XYZ | 32 | 19.32 | 9.25 | - |
| YUV | 113.1 | 108.2 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 67 | 78 | 0 | 0.69 | 0.64 | 0.15 | 355.6 | 0.66 | 0.56 |
| Hex | D9 | 43 | 4E | 0 | 45 | 40 | F | 164 | 42 | 38 |
| Octal | 331 | 103 | 116 | 0 | 105 | 100 | 17 | 544 | 102 | 70 |
| Binary | 11011001 | 1000011 | 1001110 | 0 | 1000101 | 1000000 | 1111 | 101100100 | 1000010 | 111000 |
Color Harmonies of #D9434E
Complementary color
Monochromatic Colors of #D9434E
Black with #D9434E
Text Example
Text Example
White with #D9434E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9434E; }
p { color: rgb(217,67,78); }
H1.HeaderClassName
{
color: #D9434E;
}
.AnyTagClassName
{
color: #D9434E;
}
</style>
background-color css
<style>
a { background-color: #D9434E; }
a { background-color: rgb(217,67,78); }
div.DivClassName
{
background-color: #D9434E;
}
.BgClassName
{
background-color: #D9434E;
}
</style>
border-color css
<style>
span { border-color: #D9434E; }
span { border-color: rgb(217,67,78); }
td.TdClassName
{
border-color: #D9434E;
}
.TagClassName
{
border-color: #D9434E;
}
</style>