Shades of Mandy #D2434B
Tints of Mandy #D2434B
RGB
CMYK
RGB Variations
Color information
#D2434B (or 0xD2434B) is known color: Mandy. HEX triplet: D2, 43 and 4B. RGB value is (210,67,75). Sum of RGB (Red+Green+Blue) = 210+67+75=352 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.66% from 352); Green value is 67 (26.56% from 255 or 19.03% from 352); Blue value is 75 (29.69% from 255 or 21.31% from 352); Max value from RGB is 210 - color contains mainly: red. Hex color #D2434B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2434B is #2DBCB4. Grayscale: #6E6E6E. Windows color (decimal): -2997429 or 4932562. OLE color: 4932562.
HSL color Cylindrical-coordinate representation of color #D2434B: hue angle of 356.64º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D2434B is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 67 | 75 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.18 |
| HSL | 356.64º | 0.61% | 0.54% | - |
| HSV(B) | 356.64º | 0.68% | 0.82% | - |
| XYZ | 29.86 | 18.22 | 8.6 | - |
| YUV | 110.67 | 107.88 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 67 | 75 | 0 | 0.68 | 0.64 | 0.18 | 356.64 | 0.61 | 0.54 |
| Hex | D2 | 43 | 4B | 0 | 44 | 40 | 12 | 165 | 3D | 36 |
| Octal | 322 | 103 | 113 | 0 | 104 | 100 | 22 | 545 | 75 | 66 |
| Binary | 11010010 | 1000011 | 1001011 | 0 | 1000100 | 1000000 | 10010 | 101100101 | 111101 | 110110 |
Color Harmonies of #D2434B
Complementary color
Monochromatic Colors of #D2434B
Black with #D2434B
Text Example
Text Example
White with #D2434B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2434B; }
p { color: rgb(210,67,75); }
H1.HeaderClassName
{
color: #D2434B;
}
.AnyTagClassName
{
color: #D2434B;
}
</style>
background-color css
<style>
a { background-color: #D2434B; }
a { background-color: rgb(210,67,75); }
div.DivClassName
{
background-color: #D2434B;
}
.BgClassName
{
background-color: #D2434B;
}
</style>
border-color css
<style>
span { border-color: #D2434B; }
span { border-color: rgb(210,67,75); }
td.TdClassName
{
border-color: #D2434B;
}
.TagClassName
{
border-color: #D2434B;
}
</style>