Shades of Mandy #D2435C
Tints of Mandy #D2435C
RGB
CMYK
RGB Variations
Color information
#D2435C (or 0xD2435C) is known color: Mandy. HEX triplet: D2, 43 and 5C. RGB value is (210,67,92). Sum of RGB (Red+Green+Blue) = 210+67+92=369 (48% of max value = 765). Red value is 210 (82.42% from 255 or 56.91% from 369); Green value is 67 (26.56% from 255 or 18.16% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 210 - color contains mainly: red. Hex color #D2435C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2435C is #2DBCA3. Grayscale: #707070. Windows color (decimal): -2997412 or 6046674. OLE color: 6046674.
HSL color Cylindrical-coordinate representation of color #D2435C: hue angle of 349.51º 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 #D2435C is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 67 | 92 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.18 |
| HSL | 349.51º | 0.61% | 0.54% | - |
| HSV(B) | 349.51º | 0.68% | 0.82% | - |
| XYZ | 30.52 | 18.49 | 12.09 | - |
| YUV | 112.61 | 116.38 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 67 | 92 | 0 | 0.68 | 0.56 | 0.18 | 349.51 | 0.61 | 0.54 |
| Hex | D2 | 43 | 5C | 0 | 44 | 38 | 12 | 15E | 3D | 36 |
| Octal | 322 | 103 | 134 | 0 | 104 | 70 | 22 | 536 | 75 | 66 |
| Binary | 11010010 | 1000011 | 1011100 | 0 | 1000100 | 111000 | 10010 | 101011110 | 111101 | 110110 |
Color Harmonies of #D2435C
Complementary color
Monochromatic Colors of #D2435C
Black with #D2435C
Text Example
Text Example
White with #D2435C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2435C; }
p { color: rgb(210,67,92); }
H1.HeaderClassName
{
color: #D2435C;
}
.AnyTagClassName
{
color: #D2435C;
}
</style>
background-color css
<style>
a { background-color: #D2435C; }
a { background-color: rgb(210,67,92); }
div.DivClassName
{
background-color: #D2435C;
}
.BgClassName
{
background-color: #D2435C;
}
</style>
border-color css
<style>
span { border-color: #D2435C; }
span { border-color: rgb(210,67,92); }
td.TdClassName
{
border-color: #D2435C;
}
.TagClassName
{
border-color: #D2435C;
}
</style>