Shades of Mandy #D3485D
Tints of Mandy #D3485D
RGB
CMYK
RGB Variations
Color information
#D3485D (or 0xD3485D) is known color: Mandy. HEX triplet: D3, 48 and 5D. RGB value is (211,72,93). Sum of RGB (Red+Green+Blue) = 211+72+93=376 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.12% from 376); Green value is 72 (28.52% from 255 or 19.15% from 376); Blue value is 93 (36.72% from 255 or 24.73% from 376); Max value from RGB is 211 - color contains mainly: red. Hex color #D3485D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3485D is #2CB7A2. Grayscale: #747474. Windows color (decimal): -2930595 or 6113491. OLE color: 6113491.
HSL color Cylindrical-coordinate representation of color #D3485D: hue angle of 350.94º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D3485D is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 72 | 93 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.17 |
| HSL | 350.94º | 0.61% | 0.55% | - |
| HSV(B) | 350.94º | 0.66% | 0.83% | - |
| XYZ | 31.16 | 19.27 | 12.43 | - |
| YUV | 115.96 | 115.05 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 72 | 93 | 0 | 0.66 | 0.56 | 0.17 | 350.94 | 0.61 | 0.55 |
| Hex | D3 | 48 | 5D | 0 | 42 | 38 | 11 | 15F | 3D | 37 |
| Octal | 323 | 110 | 135 | 0 | 102 | 70 | 21 | 537 | 75 | 67 |
| Binary | 11010011 | 1001000 | 1011101 | 0 | 1000010 | 111000 | 10001 | 101011111 | 111101 | 110111 |
Color Harmonies of #D3485D
Complementary color
Monochromatic Colors of #D3485D
Black with #D3485D
Text Example
Text Example
White with #D3485D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3485D; }
p { color: rgb(211,72,93); }
H1.HeaderClassName
{
color: #D3485D;
}
.AnyTagClassName
{
color: #D3485D;
}
</style>
background-color css
<style>
a { background-color: #D3485D; }
a { background-color: rgb(211,72,93); }
div.DivClassName
{
background-color: #D3485D;
}
.BgClassName
{
background-color: #D3485D;
}
</style>
border-color css
<style>
span { border-color: #D3485D; }
span { border-color: rgb(211,72,93); }
td.TdClassName
{
border-color: #D3485D;
}
.TagClassName
{
border-color: #D3485D;
}
</style>