Shades of Mandy #D9475A
Tints of Mandy #D9475A
RGB
CMYK
RGB Variations
Color information
#D9475A (or 0xD9475A) is known color: Mandy. HEX triplet: D9, 47 and 5A. RGB value is (217,71,90). Sum of RGB (Red+Green+Blue) = 217+71+90=378 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.41% from 378); Green value is 71 (28.12% from 255 or 18.78% from 378); Blue value is 90 (35.55% from 255 or 23.81% from 378); Max value from RGB is 217 - color contains mainly: red. Hex color #D9475A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9475A is #26B8A5. Grayscale: #747474. Windows color (decimal): -2537638 or 5916633. OLE color: 5916633.
HSL color Cylindrical-coordinate representation of color #D9475A: hue angle of 352.19º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D9475A is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 71 | 90 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.15 |
| HSL | 352.19º | 0.66% | 0.56% | - |
| HSV(B) | 352.19º | 0.67% | 0.85% | - |
| XYZ | 32.71 | 20 | 11.81 | - |
| YUV | 116.82 | 112.87 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 71 | 90 | 0 | 0.67 | 0.59 | 0.15 | 352.19 | 0.66 | 0.56 |
| Hex | D9 | 47 | 5A | 0 | 43 | 3B | F | 160 | 42 | 38 |
| Octal | 331 | 107 | 132 | 0 | 103 | 73 | 17 | 540 | 102 | 70 |
| Binary | 11011001 | 1000111 | 1011010 | 0 | 1000011 | 111011 | 1111 | 101100000 | 1000010 | 111000 |
Color Harmonies of #D9475A
Complementary color
Monochromatic Colors of #D9475A
Black with #D9475A
Text Example
Text Example
White with #D9475A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9475A; }
p { color: rgb(217,71,90); }
H1.HeaderClassName
{
color: #D9475A;
}
.AnyTagClassName
{
color: #D9475A;
}
</style>
background-color css
<style>
a { background-color: #D9475A; }
a { background-color: rgb(217,71,90); }
div.DivClassName
{
background-color: #D9475A;
}
.BgClassName
{
background-color: #D9475A;
}
</style>
border-color css
<style>
span { border-color: #D9475A; }
span { border-color: rgb(217,71,90); }
td.TdClassName
{
border-color: #D9475A;
}
.TagClassName
{
border-color: #D9475A;
}
</style>