Shades of Mandy #D94753
Tints of Mandy #D94753
RGB
CMYK
RGB Variations
Color information
#D94753 (or 0xD94753) is known color: Mandy. HEX triplet: D9, 47 and 53. RGB value is (217,71,83). Sum of RGB (Red+Green+Blue) = 217+71+83=371 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.49% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 83 (32.81% from 255 or 22.37% from 371); Max value from RGB is 217 - color contains mainly: red. Hex color #D94753 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94753 is #26B8AC. Grayscale: #747474. Windows color (decimal): -2537645 or 5457881. OLE color: 5457881.
HSL color Cylindrical-coordinate representation of color #D94753: hue angle of 355.07º 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 #D94753 is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 71 | 83 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.15 |
| HSL | 355.07º | 0.66% | 0.56% | - |
| HSV(B) | 355.07º | 0.67% | 0.85% | - |
| XYZ | 32.43 | 19.88 | 10.31 | - |
| YUV | 116.02 | 109.37 | 200.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 71 | 83 | 0 | 0.67 | 0.62 | 0.15 | 355.07 | 0.66 | 0.56 |
| Hex | D9 | 47 | 53 | 0 | 43 | 3E | F | 163 | 42 | 38 |
| Octal | 331 | 107 | 123 | 0 | 103 | 76 | 17 | 543 | 102 | 70 |
| Binary | 11011001 | 1000111 | 1010011 | 0 | 1000011 | 111110 | 1111 | 101100011 | 1000010 | 111000 |
Color Harmonies of #D94753
Complementary color
Monochromatic Colors of #D94753
Black with #D94753
Text Example
Text Example
White with #D94753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94753; }
p { color: rgb(217,71,83); }
H1.HeaderClassName
{
color: #D94753;
}
.AnyTagClassName
{
color: #D94753;
}
</style>
background-color css
<style>
a { background-color: #D94753; }
a { background-color: rgb(217,71,83); }
div.DivClassName
{
background-color: #D94753;
}
.BgClassName
{
background-color: #D94753;
}
</style>
border-color css
<style>
span { border-color: #D94753; }
span { border-color: rgb(217,71,83); }
td.TdClassName
{
border-color: #D94753;
}
.TagClassName
{
border-color: #D94753;
}
</style>