Shades of Mandy #D2435F
Tints of Mandy #D2435F
RGB
CMYK
RGB Variations
Color information
#D2435F (or 0xD2435F) is known color: Mandy. HEX triplet: D2, 43 and 5F. RGB value is (210,67,95). Sum of RGB (Red+Green+Blue) = 210+67+95=372 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.45% from 372); Green value is 67 (26.56% from 255 or 18.01% from 372); Blue value is 95 (37.5% from 255 or 25.54% from 372); Max value from RGB is 210 - color contains mainly: red. Hex color #D2435F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2435F is #2DBCA0. Grayscale: #707070. Windows color (decimal): -2997409 or 6243282. OLE color: 6243282.
HSL color Cylindrical-coordinate representation of color #D2435F: hue angle of 348.25º 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 #D2435F is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 67 | 95 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.18 |
| HSL | 348.25º | 0.61% | 0.54% | - |
| HSV(B) | 348.25º | 0.68% | 0.82% | - |
| XYZ | 30.65 | 18.54 | 12.79 | - |
| YUV | 112.95 | 117.88 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 67 | 95 | 0 | 0.68 | 0.55 | 0.18 | 348.25 | 0.61 | 0.54 |
| Hex | D2 | 43 | 5F | 0 | 44 | 37 | 12 | 15C | 3D | 36 |
| Octal | 322 | 103 | 137 | 0 | 104 | 67 | 22 | 534 | 75 | 66 |
| Binary | 11010010 | 1000011 | 1011111 | 0 | 1000100 | 110111 | 10010 | 101011100 | 111101 | 110110 |
Color Harmonies of #D2435F
Complementary color
Monochromatic Colors of #D2435F
Black with #D2435F
Text Example
Text Example
White with #D2435F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2435F; }
p { color: rgb(210,67,95); }
H1.HeaderClassName
{
color: #D2435F;
}
.AnyTagClassName
{
color: #D2435F;
}
</style>
background-color css
<style>
a { background-color: #D2435F; }
a { background-color: rgb(210,67,95); }
div.DivClassName
{
background-color: #D2435F;
}
.BgClassName
{
background-color: #D2435F;
}
</style>
border-color css
<style>
span { border-color: #D2435F; }
span { border-color: rgb(210,67,95); }
td.TdClassName
{
border-color: #D2435F;
}
.TagClassName
{
border-color: #D2435F;
}
</style>