Shades of Fuchsia #D24DAE
Tints of Fuchsia #D24DAE
RGB
CMYK
RGB Variations
Color information
#D24DAE (or 0xD24DAE) is known color: Fuchsia. HEX triplet: D2, 4D and AE. RGB value is (210,77,174). Sum of RGB (Red+Green+Blue) = 210+77+174=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 77 (30.47% from 255 or 16.70% from 461); Blue value is 174 (68.36% from 255 or 37.74% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D24DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D24DAE is #2DB251. Grayscale: #7F7F7F. Windows color (decimal): -2994770 or 11423186. OLE color: 11423186.
HSL color Cylindrical-coordinate representation of color #D24DAE: hue angle of 316.24º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D24DAE is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 77 | 174 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.18 |
| HSL | 316.24º | 0.6% | 0.56% | - |
| HSV(B) | 316.24º | 0.63% | 0.82% | - |
| XYZ | 36.87 | 22.07 | 42.36 | - |
| YUV | 127.83 | 154.06 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 77 | 174 | 0 | 0.63 | 0.17 | 0.18 | 316.24 | 0.6 | 0.56 |
| Hex | D2 | 4D | AE | 0 | 3F | 11 | 12 | 13C | 3C | 38 |
| Octal | 322 | 115 | 256 | 0 | 77 | 21 | 22 | 474 | 74 | 70 |
| Binary | 11010010 | 1001101 | 10101110 | 0 | 111111 | 10001 | 10010 | 100111100 | 111100 | 111000 |
Color Harmonies of #D24DAE
Complementary color
Monochromatic Colors of #D24DAE
Black with #D24DAE
Text Example
Text Example
White with #D24DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24DAE; }
p { color: rgb(210,77,174); }
H1.HeaderClassName
{
color: #D24DAE;
}
.AnyTagClassName
{
color: #D24DAE;
}
</style>
background-color css
<style>
a { background-color: #D24DAE; }
a { background-color: rgb(210,77,174); }
div.DivClassName
{
background-color: #D24DAE;
}
.BgClassName
{
background-color: #D24DAE;
}
</style>
border-color css
<style>
span { border-color: #D24DAE; }
span { border-color: rgb(210,77,174); }
td.TdClassName
{
border-color: #D24DAE;
}
.TagClassName
{
border-color: #D24DAE;
}
</style>