Shades of Mandy #D4414B
Tints of Mandy #D4414B
RGB
CMYK
RGB Variations
Color information
#D4414B (or 0xD4414B) is known color: Mandy. HEX triplet: D4, 41 and 4B. RGB value is (212,65,75). Sum of RGB (Red+Green+Blue) = 212+65+75=352 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.23% from 352); Green value is 65 (25.78% from 255 or 18.47% from 352); Blue value is 75 (29.69% from 255 or 21.31% from 352); Max value from RGB is 212 - color contains mainly: red. Hex color #D4414B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4414B is #2BBEB4. Grayscale: #6E6E6E. Windows color (decimal): -2866869 or 4932052. OLE color: 4932052.
HSL color Cylindrical-coordinate representation of color #D4414B: hue angle of 355.92º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D4414B is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 65 | 75 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.17 |
| HSL | 355.92º | 0.63% | 0.54% | - |
| HSV(B) | 355.92º | 0.69% | 0.83% | - |
| XYZ | 30.31 | 18.29 | 8.59 | - |
| YUV | 110.09 | 108.2 | 200.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 65 | 75 | 0 | 0.69 | 0.65 | 0.17 | 355.92 | 0.63 | 0.54 |
| Hex | D4 | 41 | 4B | 0 | 45 | 41 | 11 | 164 | 3F | 36 |
| Octal | 324 | 101 | 113 | 0 | 105 | 101 | 21 | 544 | 77 | 66 |
| Binary | 11010100 | 1000001 | 1001011 | 0 | 1000101 | 1000001 | 10001 | 101100100 | 111111 | 110110 |
Color Harmonies of #D4414B
Complementary color
Monochromatic Colors of #D4414B
Black with #D4414B
Text Example
Text Example
White with #D4414B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4414B; }
p { color: rgb(212,65,75); }
H1.HeaderClassName
{
color: #D4414B;
}
.AnyTagClassName
{
color: #D4414B;
}
</style>
background-color css
<style>
a { background-color: #D4414B; }
a { background-color: rgb(212,65,75); }
div.DivClassName
{
background-color: #D4414B;
}
.BgClassName
{
background-color: #D4414B;
}
</style>
border-color css
<style>
span { border-color: #D4414B; }
span { border-color: rgb(212,65,75); }
td.TdClassName
{
border-color: #D4414B;
}
.TagClassName
{
border-color: #D4414B;
}
</style>