Shades of Fuchsia #D24AD1
Tints of Fuchsia #D24AD1
RGB
CMYK
RGB Variations
Color information
#D24AD1 (or 0xD24AD1) is known color: Fuchsia. HEX triplet: D2, 4A and D1. RGB value is (210,74,209). Sum of RGB (Red+Green+Blue) = 210+74+209=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 74 (29.30% from 255 or 15.01% from 493); Blue value is 209 (82.03% from 255 or 42.39% from 493); Max value from RGB is 210 - color contains mainly: red. Hex color #D24AD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D24AD1 is #2DB52E. Grayscale: #818181. Windows color (decimal): -2995503 or 13716178. OLE color: 13716178.
HSL color Cylindrical-coordinate representation of color #D24AD1: hue angle of 300.44º 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 #D24AD1 is Cyan = 0, Magento = 0.65, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 74 | 209 | - |
| CMYK | 0 | 0.65 | 0.00 | 0.18 |
| HSL | 300.44º | 0.6% | 0.56% | - |
| HSV(B) | 300.44º | 0.65% | 0.82% | - |
| XYZ | 40.54 | 23.2 | 62.66 | - |
| YUV | 130.05 | 172.56 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 74 | 209 | 0 | 0.65 | 0.00 | 0.18 | 300.44 | 0.6 | 0.56 |
| Hex | D2 | 4A | D1 | 0 | 41 | 0 | 12 | 12C | 3C | 38 |
| Octal | 322 | 112 | 321 | 0 | 101 | 0 | 22 | 454 | 74 | 70 |
| Binary | 11010010 | 1001010 | 11010001 | 0 | 1000001 | 0 | 10010 | 100101100 | 111100 | 111000 |
Color Harmonies of #D24AD1
Complementary color
Monochromatic Colors of #D24AD1
Black with #D24AD1
Text Example
Text Example
White with #D24AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24AD1; }
p { color: rgb(210,74,209); }
H1.HeaderClassName
{
color: #D24AD1;
}
.AnyTagClassName
{
color: #D24AD1;
}
</style>
background-color css
<style>
a { background-color: #D24AD1; }
a { background-color: rgb(210,74,209); }
div.DivClassName
{
background-color: #D24AD1;
}
.BgClassName
{
background-color: #D24AD1;
}
</style>
border-color css
<style>
span { border-color: #D24AD1; }
span { border-color: rgb(210,74,209); }
td.TdClassName
{
border-color: #D24AD1;
}
.TagClassName
{
border-color: #D24AD1;
}
</style>