Shades of Fuchsia #D24AAC
Tints of Fuchsia #D24AAC
RGB
CMYK
RGB Variations
Color information
#D24AAC (or 0xD24AAC) is known color: Fuchsia. HEX triplet: D2, 4A and AC. RGB value is (210,74,172). Sum of RGB (Red+Green+Blue) = 210+74+172=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 74 (29.30% from 255 or 16.23% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 210 - color contains mainly: red. Hex color #D24AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24AAC is #2DB553. Grayscale: #7D7D7D. Windows color (decimal): -2995540 or 11291346. OLE color: 11291346.
HSL color Cylindrical-coordinate representation of color #D24AAC: hue angle of 316.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 #D24AAC is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 74 | 172 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.18 |
| HSL | 316.76º | 0.6% | 0.56% | - |
| HSV(B) | 316.76º | 0.65% | 0.82% | - |
| XYZ | 36.47 | 21.58 | 41.27 | - |
| YUV | 125.84 | 154.06 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 74 | 172 | 0 | 0.65 | 0.18 | 0.18 | 316.76 | 0.6 | 0.56 |
| Hex | D2 | 4A | AC | 0 | 41 | 12 | 12 | 13D | 3C | 38 |
| Octal | 322 | 112 | 254 | 0 | 101 | 22 | 22 | 475 | 74 | 70 |
| Binary | 11010010 | 1001010 | 10101100 | 0 | 1000001 | 10010 | 10010 | 100111101 | 111100 | 111000 |
Color Harmonies of #D24AAC
Complementary color
Monochromatic Colors of #D24AAC
Black with #D24AAC
Text Example
Text Example
White with #D24AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24AAC; }
p { color: rgb(210,74,172); }
H1.HeaderClassName
{
color: #D24AAC;
}
.AnyTagClassName
{
color: #D24AAC;
}
</style>
background-color css
<style>
a { background-color: #D24AAC; }
a { background-color: rgb(210,74,172); }
div.DivClassName
{
background-color: #D24AAC;
}
.BgClassName
{
background-color: #D24AAC;
}
</style>
border-color css
<style>
span { border-color: #D24AAC; }
span { border-color: rgb(210,74,172); }
td.TdClassName
{
border-color: #D24AAC;
}
.TagClassName
{
border-color: #D24AAC;
}
</style>