Shades of Fuchsia #D93AB1
Tints of Fuchsia #D93AB1
RGB
CMYK
RGB Variations
Color information
#D93AB1 (or 0xD93AB1) is known color: Fuchsia. HEX triplet: D9, 3A and B1. RGB value is (217,58,177). Sum of RGB (Red+Green+Blue) = 217+58+177=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 58 (23.05% from 255 or 12.83% from 452); Blue value is 177 (69.53% from 255 or 39.16% from 452); Max value from RGB is 217 - color contains mainly: red. Hex color #D93AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93AB1 is #26C54E. Grayscale: #767676. Windows color (decimal): -2540879 or 11614937. OLE color: 11614937.
HSL color Cylindrical-coordinate representation of color #D93AB1: hue angle of 315.09º 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 #D93AB1 is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 58 | 177 | - |
| CMYK | 0 | 0.73 | 0.18 | 0.15 |
| HSL | 315.09º | 0.68% | 0.54% | - |
| HSV(B) | 315.09º | 0.73% | 0.85% | - |
| XYZ | 38.06 | 20.95 | 43.63 | - |
| YUV | 119.11 | 160.68 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 58 | 177 | 0 | 0.73 | 0.18 | 0.15 | 315.09 | 0.68 | 0.54 |
| Hex | D9 | 3A | B1 | 0 | 49 | 12 | F | 13B | 44 | 36 |
| Octal | 331 | 72 | 261 | 0 | 111 | 22 | 17 | 473 | 104 | 66 |
| Binary | 11011001 | 111010 | 10110001 | 0 | 1001001 | 10010 | 1111 | 100111011 | 1000100 | 110110 |
Color Harmonies of #D93AB1
Complementary color
Monochromatic Colors of #D93AB1
Black with #D93AB1
Text Example
Text Example
White with #D93AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93AB1; }
p { color: rgb(217,58,177); }
H1.HeaderClassName
{
color: #D93AB1;
}
.AnyTagClassName
{
color: #D93AB1;
}
</style>
background-color css
<style>
a { background-color: #D93AB1; }
a { background-color: rgb(217,58,177); }
div.DivClassName
{
background-color: #D93AB1;
}
.BgClassName
{
background-color: #D93AB1;
}
</style>
border-color css
<style>
span { border-color: #D93AB1; }
span { border-color: rgb(217,58,177); }
td.TdClassName
{
border-color: #D93AB1;
}
.TagClassName
{
border-color: #D93AB1;
}
</style>