Shades of Fuchsia #D93AC4
Tints of Fuchsia #D93AC4
RGB
CMYK
RGB Variations
Color information
#D93AC4 (or 0xD93AC4) is known color: Fuchsia. HEX triplet: D9, 3A and C4. RGB value is (217,58,196). Sum of RGB (Red+Green+Blue) = 217+58+196=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 58 (23.05% from 255 or 12.31% from 471); Blue value is 196 (76.95% from 255 or 41.61% from 471); Max value from RGB is 217 - color contains mainly: red. Hex color #D93AC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93AC4 is #26C53B. Grayscale: #787878. Windows color (decimal): -2540860 or 12860121. OLE color: 12860121.
HSL color Cylindrical-coordinate representation of color #D93AC4: hue angle of 307.92º 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 #D93AC4 is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 58 | 196 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.15 |
| HSL | 307.92º | 0.68% | 0.54% | - |
| HSV(B) | 307.92º | 0.73% | 0.85% | - |
| XYZ | 40.09 | 21.76 | 54.31 | - |
| YUV | 121.27 | 170.18 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 58 | 196 | 0 | 0.73 | 0.10 | 0.15 | 307.92 | 0.68 | 0.54 |
| Hex | D9 | 3A | C4 | 0 | 49 | A | F | 134 | 44 | 36 |
| Octal | 331 | 72 | 304 | 0 | 111 | 12 | 17 | 464 | 104 | 66 |
| Binary | 11011001 | 111010 | 11000100 | 0 | 1001001 | 1010 | 1111 | 100110100 | 1000100 | 110110 |
Color Harmonies of #D93AC4
Complementary color
Monochromatic Colors of #D93AC4
Black with #D93AC4
Text Example
Text Example
White with #D93AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93AC4; }
p { color: rgb(217,58,196); }
H1.HeaderClassName
{
color: #D93AC4;
}
.AnyTagClassName
{
color: #D93AC4;
}
</style>
background-color css
<style>
a { background-color: #D93AC4; }
a { background-color: rgb(217,58,196); }
div.DivClassName
{
background-color: #D93AC4;
}
.BgClassName
{
background-color: #D93AC4;
}
</style>
border-color css
<style>
span { border-color: #D93AC4; }
span { border-color: rgb(217,58,196); }
td.TdClassName
{
border-color: #D93AC4;
}
.TagClassName
{
border-color: #D93AC4;
}
</style>