Shades of Mandy #D1414B
Tints of Mandy #D1414B
RGB
CMYK
RGB Variations
Color information
#D1414B (or 0xD1414B) is known color: Mandy. HEX triplet: D1, 41 and 4B. RGB value is (209,65,75). Sum of RGB (Red+Green+Blue) = 209+65+75=349 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.89% from 349); Green value is 65 (25.78% from 255 or 18.62% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 209 - color contains mainly: red. Hex color #D1414B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1414B is #2EBEB4. Grayscale: #6D6D6D. Windows color (decimal): -3063477 or 4932049. OLE color: 4932049.
HSL color Cylindrical-coordinate representation of color #D1414B: hue angle of 355.83º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D1414B is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 65 | 75 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.18 |
| HSL | 355.83º | 0.61% | 0.54% | - |
| HSV(B) | 355.83º | 0.69% | 0.82% | - |
| XYZ | 29.45 | 17.84 | 8.55 | - |
| YUV | 109.2 | 108.71 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 65 | 75 | 0 | 0.69 | 0.64 | 0.18 | 355.83 | 0.61 | 0.54 |
| Hex | D1 | 41 | 4B | 0 | 45 | 40 | 12 | 164 | 3D | 36 |
| Octal | 321 | 101 | 113 | 0 | 105 | 100 | 22 | 544 | 75 | 66 |
| Binary | 11010001 | 1000001 | 1001011 | 0 | 1000101 | 1000000 | 10010 | 101100100 | 111101 | 110110 |
Color Harmonies of #D1414B
Complementary color
Monochromatic Colors of #D1414B
Black with #D1414B
Text Example
Text Example
White with #D1414B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1414B; }
p { color: rgb(209,65,75); }
H1.HeaderClassName
{
color: #D1414B;
}
.AnyTagClassName
{
color: #D1414B;
}
</style>
background-color css
<style>
a { background-color: #D1414B; }
a { background-color: rgb(209,65,75); }
div.DivClassName
{
background-color: #D1414B;
}
.BgClassName
{
background-color: #D1414B;
}
</style>
border-color css
<style>
span { border-color: #D1414B; }
span { border-color: rgb(209,65,75); }
td.TdClassName
{
border-color: #D1414B;
}
.TagClassName
{
border-color: #D1414B;
}
</style>