Shades of Mandy #D24358
Tints of Mandy #D24358
RGB
CMYK
RGB Variations
Color information
#D24358 (or 0xD24358) is known color: Mandy. HEX triplet: D2, 43 and 58. RGB value is (210,67,88). Sum of RGB (Red+Green+Blue) = 210+67+88=365 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.53% from 365); Green value is 67 (26.56% from 255 or 18.36% from 365); Blue value is 88 (34.77% from 255 or 24.11% from 365); Max value from RGB is 210 - color contains mainly: red. Hex color #D24358 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24358 is #2DBCA7. Grayscale: #707070. Windows color (decimal): -2997416 or 5784530. OLE color: 5784530.
HSL color Cylindrical-coordinate representation of color #D24358: hue angle of 351.19º 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 #D24358 is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 67 | 88 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.18 |
| HSL | 351.19º | 0.61% | 0.54% | - |
| HSV(B) | 351.19º | 0.68% | 0.82% | - |
| XYZ | 30.35 | 18.42 | 11.19 | - |
| YUV | 112.15 | 114.38 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 67 | 88 | 0 | 0.68 | 0.58 | 0.18 | 351.19 | 0.61 | 0.54 |
| Hex | D2 | 43 | 58 | 0 | 44 | 3A | 12 | 15F | 3D | 36 |
| Octal | 322 | 103 | 130 | 0 | 104 | 72 | 22 | 537 | 75 | 66 |
| Binary | 11010010 | 1000011 | 1011000 | 0 | 1000100 | 111010 | 10010 | 101011111 | 111101 | 110110 |
Color Harmonies of #D24358
Complementary color
Monochromatic Colors of #D24358
Black with #D24358
Text Example
Text Example
White with #D24358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24358; }
p { color: rgb(210,67,88); }
H1.HeaderClassName
{
color: #D24358;
}
.AnyTagClassName
{
color: #D24358;
}
</style>
background-color css
<style>
a { background-color: #D24358; }
a { background-color: rgb(210,67,88); }
div.DivClassName
{
background-color: #D24358;
}
.BgClassName
{
background-color: #D24358;
}
</style>
border-color css
<style>
span { border-color: #D24358; }
span { border-color: rgb(210,67,88); }
td.TdClassName
{
border-color: #D24358;
}
.TagClassName
{
border-color: #D24358;
}
</style>