Shades of Mandy #D3485B
Tints of Mandy #D3485B
RGB
CMYK
RGB Variations
Color information
#D3485B (or 0xD3485B) is known color: Mandy. HEX triplet: D3, 48 and 5B. RGB value is (211,72,91). Sum of RGB (Red+Green+Blue) = 211+72+91=374 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.42% from 374); Green value is 72 (28.52% from 255 or 19.25% from 374); Blue value is 91 (35.94% from 255 or 24.33% from 374); Max value from RGB is 211 - color contains mainly: red. Hex color #D3485B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3485B is #2CB7A4. Grayscale: #737373. Windows color (decimal): -2930597 or 5982419. OLE color: 5982419.
HSL color Cylindrical-coordinate representation of color #D3485B: hue angle of 351.8º 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 #D3485B is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 72 | 91 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.17 |
| HSL | 351.8º | 0.61% | 0.55% | - |
| HSV(B) | 351.8º | 0.66% | 0.83% | - |
| XYZ | 31.07 | 19.24 | 11.97 | - |
| YUV | 115.73 | 114.05 | 195.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 72 | 91 | 0 | 0.66 | 0.57 | 0.17 | 351.8 | 0.61 | 0.55 |
| Hex | D3 | 48 | 5B | 0 | 42 | 39 | 11 | 160 | 3D | 37 |
| Octal | 323 | 110 | 133 | 0 | 102 | 71 | 21 | 540 | 75 | 67 |
| Binary | 11010011 | 1001000 | 1011011 | 0 | 1000010 | 111001 | 10001 | 101100000 | 111101 | 110111 |
Color Harmonies of #D3485B
Complementary color
Monochromatic Colors of #D3485B
Black with #D3485B
Text Example
Text Example
White with #D3485B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3485B; }
p { color: rgb(211,72,91); }
H1.HeaderClassName
{
color: #D3485B;
}
.AnyTagClassName
{
color: #D3485B;
}
</style>
background-color css
<style>
a { background-color: #D3485B; }
a { background-color: rgb(211,72,91); }
div.DivClassName
{
background-color: #D3485B;
}
.BgClassName
{
background-color: #D3485B;
}
</style>
border-color css
<style>
span { border-color: #D3485B; }
span { border-color: rgb(211,72,91); }
td.TdClassName
{
border-color: #D3485B;
}
.TagClassName
{
border-color: #D3485B;
}
</style>