Shades of Fuchsia #D24AB5
Tints of Fuchsia #D24AB5
RGB
CMYK
RGB Variations
Color information
#D24AB5 (or 0xD24AB5) is known color: Fuchsia. HEX triplet: D2, 4A and B5. RGB value is (210,74,181). Sum of RGB (Red+Green+Blue) = 210+74+181=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 74 (29.30% from 255 or 15.91% from 465); Blue value is 181 (71.09% from 255 or 38.92% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D24AB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D24AB5 is #2DB54A. Grayscale: #7E7E7E. Windows color (decimal): -2995531 or 11881170. OLE color: 11881170.
HSL color Cylindrical-coordinate representation of color #D24AB5: hue angle of 312.79º 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 #D24AB5 is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 74 | 181 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.18 |
| HSL | 312.79º | 0.6% | 0.56% | - |
| HSV(B) | 312.79º | 0.65% | 0.82% | - |
| XYZ | 37.37 | 21.94 | 45.98 | - |
| YUV | 126.86 | 158.56 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 74 | 181 | 0 | 0.65 | 0.14 | 0.18 | 312.79 | 0.6 | 0.56 |
| Hex | D2 | 4A | B5 | 0 | 41 | E | 12 | 139 | 3C | 38 |
| Octal | 322 | 112 | 265 | 0 | 101 | 16 | 22 | 471 | 74 | 70 |
| Binary | 11010010 | 1001010 | 10110101 | 0 | 1000001 | 1110 | 10010 | 100111001 | 111100 | 111000 |
Color Harmonies of #D24AB5
Complementary color
Monochromatic Colors of #D24AB5
Black with #D24AB5
Text Example
Text Example
White with #D24AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24AB5; }
p { color: rgb(210,74,181); }
H1.HeaderClassName
{
color: #D24AB5;
}
.AnyTagClassName
{
color: #D24AB5;
}
</style>
background-color css
<style>
a { background-color: #D24AB5; }
a { background-color: rgb(210,74,181); }
div.DivClassName
{
background-color: #D24AB5;
}
.BgClassName
{
background-color: #D24AB5;
}
</style>
border-color css
<style>
span { border-color: #D24AB5; }
span { border-color: rgb(210,74,181); }
td.TdClassName
{
border-color: #D24AB5;
}
.TagClassName
{
border-color: #D24AB5;
}
</style>