Shades of Fuchsia #D05FBA
Tints of Fuchsia #D05FBA
RGB
CMYK
RGB Variations
Color information
#D05FBA (or 0xD05FBA) is known color: Fuchsia. HEX triplet: D0, 5F and BA. RGB value is (208,95,186). Sum of RGB (Red+Green+Blue) = 208+95+186=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 95 (37.5% from 255 or 19.43% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 208 - color contains mainly: red. Hex color #D05FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05FBA is #2FA045. Grayscale: #8A8A8A. Windows color (decimal): -3121222 or 12214224. OLE color: 12214224.
HSL color Cylindrical-coordinate representation of color #D05FBA: hue angle of 311.68º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D05FBA is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 95 | 186 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.18 |
| HSL | 311.68º | 0.55% | 0.59% | - |
| HSV(B) | 311.68º | 0.54% | 0.82% | - |
| XYZ | 38.97 | 25.14 | 49.25 | - |
| YUV | 139.16 | 154.44 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 95 | 186 | 0 | 0.54 | 0.11 | 0.18 | 311.68 | 0.55 | 0.59 |
| Hex | D0 | 5F | BA | 0 | 36 | B | 12 | 138 | 37 | 3B |
| Octal | 320 | 137 | 272 | 0 | 66 | 13 | 22 | 470 | 67 | 73 |
| Binary | 11010000 | 1011111 | 10111010 | 0 | 110110 | 1011 | 10010 | 100111000 | 110111 | 111011 |
Color Harmonies of #D05FBA
Complementary color
Monochromatic Colors of #D05FBA
Black with #D05FBA
Text Example
Text Example
White with #D05FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05FBA; }
p { color: rgb(208,95,186); }
H1.HeaderClassName
{
color: #D05FBA;
}
.AnyTagClassName
{
color: #D05FBA;
}
</style>
background-color css
<style>
a { background-color: #D05FBA; }
a { background-color: rgb(208,95,186); }
div.DivClassName
{
background-color: #D05FBA;
}
.BgClassName
{
background-color: #D05FBA;
}
</style>
border-color css
<style>
span { border-color: #D05FBA; }
span { border-color: rgb(208,95,186); }
td.TdClassName
{
border-color: #D05FBA;
}
.TagClassName
{
border-color: #D05FBA;
}
</style>