Shades of Mandy #D3465F
Tints of Mandy #D3465F
RGB
CMYK
RGB Variations
Color information
#D3465F (or 0xD3465F) is known color: Mandy. HEX triplet: D3, 46 and 5F. RGB value is (211,70,95). Sum of RGB (Red+Green+Blue) = 211+70+95=376 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.12% from 376); Green value is 70 (27.73% from 255 or 18.62% from 376); Blue value is 95 (37.5% from 255 or 25.27% from 376); Max value from RGB is 211 - color contains mainly: red. Hex color #D3465F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3465F is #2CB9A0. Grayscale: #737373. Windows color (decimal): -2931105 or 6244051. OLE color: 6244051.
HSL color Cylindrical-coordinate representation of color #D3465F: hue angle of 349.36º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D3465F is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 70 | 95 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.17 |
| HSL | 349.36º | 0.62% | 0.55% | - |
| HSV(B) | 349.36º | 0.67% | 0.83% | - |
| XYZ | 31.12 | 19.06 | 12.86 | - |
| YUV | 115.01 | 116.71 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 70 | 95 | 0 | 0.67 | 0.55 | 0.17 | 349.36 | 0.62 | 0.55 |
| Hex | D3 | 46 | 5F | 0 | 43 | 37 | 11 | 15D | 3E | 37 |
| Octal | 323 | 106 | 137 | 0 | 103 | 67 | 21 | 535 | 76 | 67 |
| Binary | 11010011 | 1000110 | 1011111 | 0 | 1000011 | 110111 | 10001 | 101011101 | 111110 | 110111 |
Color Harmonies of #D3465F
Complementary color
Monochromatic Colors of #D3465F
Black with #D3465F
Text Example
Text Example
White with #D3465F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3465F; }
p { color: rgb(211,70,95); }
H1.HeaderClassName
{
color: #D3465F;
}
.AnyTagClassName
{
color: #D3465F;
}
</style>
background-color css
<style>
a { background-color: #D3465F; }
a { background-color: rgb(211,70,95); }
div.DivClassName
{
background-color: #D3465F;
}
.BgClassName
{
background-color: #D3465F;
}
</style>
border-color css
<style>
span { border-color: #D3465F; }
span { border-color: rgb(211,70,95); }
td.TdClassName
{
border-color: #D3465F;
}
.TagClassName
{
border-color: #D3465F;
}
</style>