Shades of Mandy #D34B4D
Tints of Mandy #D34B4D
RGB
CMYK
RGB Variations
Color information
#D34B4D (or 0xD34B4D) is known color: Mandy. HEX triplet: D3, 4B and 4D. RGB value is (211,75,77). Sum of RGB (Red+Green+Blue) = 211+75+77=363 (48% of max value = 765). Red value is 211 (82.81% from 255 or 58.13% from 363); Green value is 75 (29.69% from 255 or 20.66% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 211 - color contains mainly: red. Hex color #D34B4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34B4D is #2CB4B2. Grayscale: #747474. Windows color (decimal): -2929843 or 5065683. OLE color: 5065683.
HSL color Cylindrical-coordinate representation of color #D34B4D: hue angle of 359.12º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D34B4D is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 75 | 77 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.17 |
| HSL | 359.12º | 0.61% | 0.56% | - |
| HSV(B) | 359.12º | 0.64% | 0.83% | - |
| XYZ | 30.72 | 19.42 | 9.15 | - |
| YUV | 115.89 | 106.06 | 195.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 75 | 77 | 0 | 0.64 | 0.64 | 0.17 | 359.12 | 0.61 | 0.56 |
| Hex | D3 | 4B | 4D | 0 | 40 | 40 | 11 | 167 | 3D | 38 |
| Octal | 323 | 113 | 115 | 0 | 100 | 100 | 21 | 547 | 75 | 70 |
| Binary | 11010011 | 1001011 | 1001101 | 0 | 1000000 | 1000000 | 10001 | 101100111 | 111101 | 111000 |
Color Harmonies of #D34B4D
Complementary color
Monochromatic Colors of #D34B4D
Black with #D34B4D
Text Example
Text Example
White with #D34B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34B4D; }
p { color: rgb(211,75,77); }
H1.HeaderClassName
{
color: #D34B4D;
}
.AnyTagClassName
{
color: #D34B4D;
}
</style>
background-color css
<style>
a { background-color: #D34B4D; }
a { background-color: rgb(211,75,77); }
div.DivClassName
{
background-color: #D34B4D;
}
.BgClassName
{
background-color: #D34B4D;
}
</style>
border-color css
<style>
span { border-color: #D34B4D; }
span { border-color: rgb(211,75,77); }
td.TdClassName
{
border-color: #D34B4D;
}
.TagClassName
{
border-color: #D34B4D;
}
</style>