Shades of Fuchsia #D24AC9
Tints of Fuchsia #D24AC9
RGB
CMYK
RGB Variations
Color information
#D24AC9 (or 0xD24AC9) is known color: Fuchsia. HEX triplet: D2, 4A and C9. RGB value is (210,74,201). Sum of RGB (Red+Green+Blue) = 210+74+201=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 74 (29.30% from 255 or 15.26% from 485); Blue value is 201 (78.91% from 255 or 41.44% from 485); Max value from RGB is 210 - color contains mainly: red. Hex color #D24AC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D24AC9 is #2DB536. Grayscale: #808080. Windows color (decimal): -2995511 or 13191890. OLE color: 13191890.
HSL color Cylindrical-coordinate representation of color #D24AC9: hue angle of 303.97º 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 #D24AC9 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 74 | 201 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.18 |
| HSL | 303.97º | 0.6% | 0.56% | - |
| HSV(B) | 303.97º | 0.65% | 0.82% | - |
| XYZ | 39.57 | 22.82 | 57.58 | - |
| YUV | 129.14 | 168.56 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 74 | 201 | 0 | 0.65 | 0.04 | 0.18 | 303.97 | 0.6 | 0.56 |
| Hex | D2 | 4A | C9 | 0 | 41 | 4 | 12 | 130 | 3C | 38 |
| Octal | 322 | 112 | 311 | 0 | 101 | 4 | 22 | 460 | 74 | 70 |
| Binary | 11010010 | 1001010 | 11001001 | 0 | 1000001 | 100 | 10010 | 100110000 | 111100 | 111000 |
Color Harmonies of #D24AC9
Complementary color
Monochromatic Colors of #D24AC9
Black with #D24AC9
Text Example
Text Example
White with #D24AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24AC9; }
p { color: rgb(210,74,201); }
H1.HeaderClassName
{
color: #D24AC9;
}
.AnyTagClassName
{
color: #D24AC9;
}
</style>
background-color css
<style>
a { background-color: #D24AC9; }
a { background-color: rgb(210,74,201); }
div.DivClassName
{
background-color: #D24AC9;
}
.BgClassName
{
background-color: #D24AC9;
}
</style>
border-color css
<style>
span { border-color: #D24AC9; }
span { border-color: rgb(210,74,201); }
td.TdClassName
{
border-color: #D24AC9;
}
.TagClassName
{
border-color: #D24AC9;
}
</style>