Shades of Fuchsia #D93FBA
Tints of Fuchsia #D93FBA
RGB
CMYK
RGB Variations
Color information
#D93FBA (or 0xD93FBA) is known color: Fuchsia. HEX triplet: D9, 3F and BA. RGB value is (217,63,186). Sum of RGB (Red+Green+Blue) = 217+63+186=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 63 (25% from 255 or 13.52% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D93FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93FBA is #26C045. Grayscale: #7A7A7A. Windows color (decimal): -2539590 or 12206041. OLE color: 12206041.
HSL color Cylindrical-coordinate representation of color #D93FBA: hue angle of 312.08º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D93FBA is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 63 | 186 | - |
| CMYK | 0 | 0.71 | 0.14 | 0.15 |
| HSL | 312.08º | 0.67% | 0.55% | - |
| HSV(B) | 312.08º | 0.71% | 0.85% | - |
| XYZ | 39.26 | 21.85 | 48.6 | - |
| YUV | 123.07 | 163.52 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 63 | 186 | 0 | 0.71 | 0.14 | 0.15 | 312.08 | 0.67 | 0.55 |
| Hex | D9 | 3F | BA | 0 | 47 | E | F | 138 | 43 | 37 |
| Octal | 331 | 77 | 272 | 0 | 107 | 16 | 17 | 470 | 103 | 67 |
| Binary | 11011001 | 111111 | 10111010 | 0 | 1000111 | 1110 | 1111 | 100111000 | 1000011 | 110111 |
Color Harmonies of #D93FBA
Complementary color
Monochromatic Colors of #D93FBA
Black with #D93FBA
Text Example
Text Example
White with #D93FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93FBA; }
p { color: rgb(217,63,186); }
H1.HeaderClassName
{
color: #D93FBA;
}
.AnyTagClassName
{
color: #D93FBA;
}
</style>
background-color css
<style>
a { background-color: #D93FBA; }
a { background-color: rgb(217,63,186); }
div.DivClassName
{
background-color: #D93FBA;
}
.BgClassName
{
background-color: #D93FBA;
}
</style>
border-color css
<style>
span { border-color: #D93FBA; }
span { border-color: rgb(217,63,186); }
td.TdClassName
{
border-color: #D93FBA;
}
.TagClassName
{
border-color: #D93FBA;
}
</style>