Shades of Mandy #D3464F
Tints of Mandy #D3464F
RGB
CMYK
RGB Variations
Color information
#D3464F (or 0xD3464F) is known color: Mandy. HEX triplet: D3, 46 and 4F. RGB value is (211,70,79). Sum of RGB (Red+Green+Blue) = 211+70+79=360 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.61% from 360); Green value is 70 (27.73% from 255 or 19.44% from 360); Blue value is 79 (31.25% from 255 or 21.94% from 360); Max value from RGB is 211 - color contains mainly: red. Hex color #D3464F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3464F is #2CB9B0. Grayscale: #717171. Windows color (decimal): -2931121 or 5195475. OLE color: 5195475.
HSL color Cylindrical-coordinate representation of color #D3464F: hue angle of 356.17º 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 #D3464F is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 70 | 79 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.17 |
| HSL | 356.17º | 0.62% | 0.55% | - |
| HSV(B) | 356.17º | 0.67% | 0.83% | - |
| XYZ | 30.47 | 18.79 | 9.42 | - |
| YUV | 113.19 | 108.71 | 197.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 70 | 79 | 0 | 0.67 | 0.63 | 0.17 | 356.17 | 0.62 | 0.55 |
| Hex | D3 | 46 | 4F | 0 | 43 | 3F | 11 | 164 | 3E | 37 |
| Octal | 323 | 106 | 117 | 0 | 103 | 77 | 21 | 544 | 76 | 67 |
| Binary | 11010011 | 1000110 | 1001111 | 0 | 1000011 | 111111 | 10001 | 101100100 | 111110 | 110111 |
Color Harmonies of #D3464F
Complementary color
Monochromatic Colors of #D3464F
Black with #D3464F
Text Example
Text Example
White with #D3464F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3464F; }
p { color: rgb(211,70,79); }
H1.HeaderClassName
{
color: #D3464F;
}
.AnyTagClassName
{
color: #D3464F;
}
</style>
background-color css
<style>
a { background-color: #D3464F; }
a { background-color: rgb(211,70,79); }
div.DivClassName
{
background-color: #D3464F;
}
.BgClassName
{
background-color: #D3464F;
}
</style>
border-color css
<style>
span { border-color: #D3464F; }
span { border-color: rgb(211,70,79); }
td.TdClassName
{
border-color: #D3464F;
}
.TagClassName
{
border-color: #D3464F;
}
</style>