Shades of Fuchsia #D93AC9
Tints of Fuchsia #D93AC9
RGB
CMYK
RGB Variations
Color information
#D93AC9 (or 0xD93AC9) is known color: Fuchsia. HEX triplet: D9, 3A and C9. RGB value is (217,58,201). Sum of RGB (Red+Green+Blue) = 217+58+201=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 58 (23.05% from 255 or 12.18% from 476); Blue value is 201 (78.91% from 255 or 42.23% from 476); Max value from RGB is 217 - color contains mainly: red. Hex color #D93AC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93AC9 is #26C536. Grayscale: #797979. Windows color (decimal): -2540855 or 13187801. OLE color: 13187801.
HSL color Cylindrical-coordinate representation of color #D93AC9: hue angle of 306.04º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D93AC9 is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 58 | 201 | - |
| CMYK | 0 | 0.73 | 0.07 | 0.15 |
| HSL | 306.04º | 0.68% | 0.54% | - |
| HSV(B) | 306.04º | 0.73% | 0.85% | - |
| XYZ | 40.67 | 21.99 | 57.36 | - |
| YUV | 121.84 | 172.68 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 58 | 201 | 0 | 0.73 | 0.07 | 0.15 | 306.04 | 0.68 | 0.54 |
| Hex | D9 | 3A | C9 | 0 | 49 | 7 | F | 132 | 44 | 36 |
| Octal | 331 | 72 | 311 | 0 | 111 | 7 | 17 | 462 | 104 | 66 |
| Binary | 11011001 | 111010 | 11001001 | 0 | 1001001 | 111 | 1111 | 100110010 | 1000100 | 110110 |
Color Harmonies of #D93AC9
Complementary color
Monochromatic Colors of #D93AC9
Black with #D93AC9
Text Example
Text Example
White with #D93AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93AC9; }
p { color: rgb(217,58,201); }
H1.HeaderClassName
{
color: #D93AC9;
}
.AnyTagClassName
{
color: #D93AC9;
}
</style>
background-color css
<style>
a { background-color: #D93AC9; }
a { background-color: rgb(217,58,201); }
div.DivClassName
{
background-color: #D93AC9;
}
.BgClassName
{
background-color: #D93AC9;
}
</style>
border-color css
<style>
span { border-color: #D93AC9; }
span { border-color: rgb(217,58,201); }
td.TdClassName
{
border-color: #D93AC9;
}
.TagClassName
{
border-color: #D93AC9;
}
</style>