Shades of Mandy #D3474A
Tints of Mandy #D3474A
RGB
CMYK
RGB Variations
Color information
#D3474A (or 0xD3474A) is known color: Mandy. HEX triplet: D3, 47 and 4A. RGB value is (211,71,74). Sum of RGB (Red+Green+Blue) = 211+71+74=356 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.27% from 356); Green value is 71 (28.12% from 255 or 19.94% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 211 - color contains mainly: red. Hex color #D3474A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3474A is #2CB8B5. Grayscale: #717171. Windows color (decimal): -2930870 or 4868051. OLE color: 4868051.
HSL color Cylindrical-coordinate representation of color #D3474A: hue angle of 358.71º 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 #D3474A is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 71 | 74 | - |
| CMYK | 0 | 0.66 | 0.65 | 0.17 |
| HSL | 358.71º | 0.61% | 0.55% | - |
| HSV(B) | 358.71º | 0.66% | 0.83% | - |
| XYZ | 30.35 | 18.85 | 8.52 | - |
| YUV | 113.2 | 105.88 | 197.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 71 | 74 | 0 | 0.66 | 0.65 | 0.17 | 358.71 | 0.61 | 0.55 |
| Hex | D3 | 47 | 4A | 0 | 42 | 41 | 11 | 167 | 3D | 37 |
| Octal | 323 | 107 | 112 | 0 | 102 | 101 | 21 | 547 | 75 | 67 |
| Binary | 11010011 | 1000111 | 1001010 | 0 | 1000010 | 1000001 | 10001 | 101100111 | 111101 | 110111 |
Color Harmonies of #D3474A
Complementary color
Monochromatic Colors of #D3474A
Black with #D3474A
Text Example
Text Example
White with #D3474A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3474A; }
p { color: rgb(211,71,74); }
H1.HeaderClassName
{
color: #D3474A;
}
.AnyTagClassName
{
color: #D3474A;
}
</style>
background-color css
<style>
a { background-color: #D3474A; }
a { background-color: rgb(211,71,74); }
div.DivClassName
{
background-color: #D3474A;
}
.BgClassName
{
background-color: #D3474A;
}
</style>
border-color css
<style>
span { border-color: #D3474A; }
span { border-color: rgb(211,71,74); }
td.TdClassName
{
border-color: #D3474A;
}
.TagClassName
{
border-color: #D3474A;
}
</style>