Shades of Fuchsia #D24ACE
Tints of Fuchsia #D24ACE
RGB
CMYK
RGB Variations
Color information
#D24ACE (or 0xD24ACE) is known color: Fuchsia. HEX triplet: D2, 4A and CE. RGB value is (210,74,206). Sum of RGB (Red+Green+Blue) = 210+74+206=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 74 (29.30% from 255 or 15.10% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 210 - color contains mainly: red. Hex color #D24ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D24ACE is #2DB531. Grayscale: #818181. Windows color (decimal): -2995506 or 13519570. OLE color: 13519570.
HSL color Cylindrical-coordinate representation of color #D24ACE: hue angle of 301.76º 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 #D24ACE is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 74 | 206 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.18 |
| HSL | 301.76º | 0.6% | 0.56% | - |
| HSV(B) | 301.76º | 0.65% | 0.82% | - |
| XYZ | 40.17 | 23.06 | 60.73 | - |
| YUV | 129.71 | 171.06 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 74 | 206 | 0 | 0.65 | 0.02 | 0.18 | 301.76 | 0.6 | 0.56 |
| Hex | D2 | 4A | CE | 0 | 41 | 2 | 12 | 12E | 3C | 38 |
| Octal | 322 | 112 | 316 | 0 | 101 | 2 | 22 | 456 | 74 | 70 |
| Binary | 11010010 | 1001010 | 11001110 | 0 | 1000001 | 10 | 10010 | 100101110 | 111100 | 111000 |
Color Harmonies of #D24ACE
Complementary color
Monochromatic Colors of #D24ACE
Black with #D24ACE
Text Example
Text Example
White with #D24ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24ACE; }
p { color: rgb(210,74,206); }
H1.HeaderClassName
{
color: #D24ACE;
}
.AnyTagClassName
{
color: #D24ACE;
}
</style>
background-color css
<style>
a { background-color: #D24ACE; }
a { background-color: rgb(210,74,206); }
div.DivClassName
{
background-color: #D24ACE;
}
.BgClassName
{
background-color: #D24ACE;
}
</style>
border-color css
<style>
span { border-color: #D24ACE; }
span { border-color: rgb(210,74,206); }
td.TdClassName
{
border-color: #D24ACE;
}
.TagClassName
{
border-color: #D24ACE;
}
</style>