Shades of Mandy #D24A4D
Tints of Mandy #D24A4D
RGB
CMYK
RGB Variations
Color information
#D24A4D (or 0xD24A4D) is known color: Mandy. HEX triplet: D2, 4A and 4D. RGB value is (210,74,77). Sum of RGB (Red+Green+Blue) = 210+74+77=361 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.17% from 361); Green value is 74 (29.30% from 255 or 20.50% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 210 - color contains mainly: red. Hex color #D24A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24A4D is #2DB5B2. Grayscale: #737373. Windows color (decimal): -2995635 or 5065426. OLE color: 5065426.
HSL color Cylindrical-coordinate representation of color #D24A4D: hue angle of 358.68º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D24A4D is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 74 | 77 | - |
| CMYK | 0 | 0.65 | 0.63 | 0.18 |
| HSL | 358.68º | 0.6% | 0.56% | - |
| HSV(B) | 358.68º | 0.65% | 0.82% | - |
| XYZ | 30.37 | 19.14 | 9.11 | - |
| YUV | 115.01 | 106.56 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 74 | 77 | 0 | 0.65 | 0.63 | 0.18 | 358.68 | 0.6 | 0.56 |
| Hex | D2 | 4A | 4D | 0 | 41 | 3F | 12 | 167 | 3C | 38 |
| Octal | 322 | 112 | 115 | 0 | 101 | 77 | 22 | 547 | 74 | 70 |
| Binary | 11010010 | 1001010 | 1001101 | 0 | 1000001 | 111111 | 10010 | 101100111 | 111100 | 111000 |
Color Harmonies of #D24A4D
Complementary color
Monochromatic Colors of #D24A4D
Black with #D24A4D
Text Example
Text Example
White with #D24A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24A4D; }
p { color: rgb(210,74,77); }
H1.HeaderClassName
{
color: #D24A4D;
}
.AnyTagClassName
{
color: #D24A4D;
}
</style>
background-color css
<style>
a { background-color: #D24A4D; }
a { background-color: rgb(210,74,77); }
div.DivClassName
{
background-color: #D24A4D;
}
.BgClassName
{
background-color: #D24A4D;
}
</style>
border-color css
<style>
span { border-color: #D24A4D; }
span { border-color: rgb(210,74,77); }
td.TdClassName
{
border-color: #D24A4D;
}
.TagClassName
{
border-color: #D24A4D;
}
</style>