Shades of Fuchsia #D24AB9
Tints of Fuchsia #D24AB9
RGB
CMYK
RGB Variations
Color information
#D24AB9 (or 0xD24AB9) is known color: Fuchsia. HEX triplet: D2, 4A and B9. RGB value is (210,74,185). Sum of RGB (Red+Green+Blue) = 210+74+185=469 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.78% from 469); Green value is 74 (29.30% from 255 or 15.78% from 469); Blue value is 185 (72.66% from 255 or 39.45% from 469); Max value from RGB is 210 - color contains mainly: red. Hex color #D24AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D24AB9 is #2DB546. Grayscale: #7F7F7F. Windows color (decimal): -2995527 or 12143314. OLE color: 12143314.
HSL color Cylindrical-coordinate representation of color #D24AB9: hue angle of 311.03º 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 #D24AB9 is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 74 | 185 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.18 |
| HSL | 311.03º | 0.6% | 0.56% | - |
| HSV(B) | 311.03º | 0.65% | 0.82% | - |
| XYZ | 37.78 | 22.1 | 48.17 | - |
| YUV | 127.32 | 160.56 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 74 | 185 | 0 | 0.65 | 0.12 | 0.18 | 311.03 | 0.6 | 0.56 |
| Hex | D2 | 4A | B9 | 0 | 41 | C | 12 | 137 | 3C | 38 |
| Octal | 322 | 112 | 271 | 0 | 101 | 14 | 22 | 467 | 74 | 70 |
| Binary | 11010010 | 1001010 | 10111001 | 0 | 1000001 | 1100 | 10010 | 100110111 | 111100 | 111000 |
Color Harmonies of #D24AB9
Complementary color
Monochromatic Colors of #D24AB9
Black with #D24AB9
Text Example
Text Example
White with #D24AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24AB9; }
p { color: rgb(210,74,185); }
H1.HeaderClassName
{
color: #D24AB9;
}
.AnyTagClassName
{
color: #D24AB9;
}
</style>
background-color css
<style>
a { background-color: #D24AB9; }
a { background-color: rgb(210,74,185); }
div.DivClassName
{
background-color: #D24AB9;
}
.BgClassName
{
background-color: #D24AB9;
}
</style>
border-color css
<style>
span { border-color: #D24AB9; }
span { border-color: rgb(210,74,185); }
td.TdClassName
{
border-color: #D24AB9;
}
.TagClassName
{
border-color: #D24AB9;
}
</style>