Shades of Fuchsia #D03FBA
Tints of Fuchsia #D03FBA
RGB
CMYK
RGB Variations
Color information
#D03FBA (or 0xD03FBA) is known color: Fuchsia. HEX triplet: D0, 3F and BA. RGB value is (208,63,186). Sum of RGB (Red+Green+Blue) = 208+63+186=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 63 (25% from 255 or 13.79% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D03FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03FBA is #2FC045. Grayscale: #787878. Windows color (decimal): -3129414 or 12206032. OLE color: 12206032.
HSL color Cylindrical-coordinate representation of color #D03FBA: hue angle of 309.1º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D03FBA is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 63 | 186 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.18 |
| HSL | 309.1º | 0.61% | 0.53% | - |
| HSV(B) | 309.1º | 0.7% | 0.82% | - |
| XYZ | 36.65 | 20.51 | 48.48 | - |
| YUV | 120.38 | 165.04 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 63 | 186 | 0 | 0.70 | 0.11 | 0.18 | 309.1 | 0.61 | 0.53 |
| Hex | D0 | 3F | BA | 0 | 46 | B | 12 | 135 | 3D | 35 |
| Octal | 320 | 77 | 272 | 0 | 106 | 13 | 22 | 465 | 75 | 65 |
| Binary | 11010000 | 111111 | 10111010 | 0 | 1000110 | 1011 | 10010 | 100110101 | 111101 | 110101 |
Color Harmonies of #D03FBA
Complementary color
Monochromatic Colors of #D03FBA
Black with #D03FBA
Text Example
Text Example
White with #D03FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03FBA; }
p { color: rgb(208,63,186); }
H1.HeaderClassName
{
color: #D03FBA;
}
.AnyTagClassName
{
color: #D03FBA;
}
</style>
background-color css
<style>
a { background-color: #D03FBA; }
a { background-color: rgb(208,63,186); }
div.DivClassName
{
background-color: #D03FBA;
}
.BgClassName
{
background-color: #D03FBA;
}
</style>
border-color css
<style>
span { border-color: #D03FBA; }
span { border-color: rgb(208,63,186); }
td.TdClassName
{
border-color: #D03FBA;
}
.TagClassName
{
border-color: #D03FBA;
}
</style>