Shades of Fuchsia #D02FBA
Tints of Fuchsia #D02FBA
RGB
CMYK
RGB Variations
Color information
#D02FBA (or 0xD02FBA) is known color: Fuchsia. HEX triplet: D0, 2F and BA. RGB value is (208,47,186). Sum of RGB (Red+Green+Blue) = 208+47+186=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 47 (18.75% from 255 or 10.66% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D02FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02FBA is #2FD045. Grayscale: #6E6E6E. Windows color (decimal): -3133510 or 12201936. OLE color: 12201936.
HSL color Cylindrical-coordinate representation of color #D02FBA: hue angle of 308.2º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D02FBA is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 47 | 186 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.18 |
| HSL | 308.2º | 0.63% | 0.5% | - |
| HSV(B) | 308.2º | 0.77% | 0.82% | - |
| XYZ | 35.89 | 18.99 | 48.23 | - |
| YUV | 110.99 | 170.34 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 47 | 186 | 0 | 0.77 | 0.11 | 0.18 | 308.2 | 0.63 | 0.5 |
| Hex | D0 | 2F | BA | 0 | 4D | B | 12 | 134 | 3F | 32 |
| Octal | 320 | 57 | 272 | 0 | 115 | 13 | 22 | 464 | 77 | 62 |
| Binary | 11010000 | 101111 | 10111010 | 0 | 1001101 | 1011 | 10010 | 100110100 | 111111 | 110010 |
Color Harmonies of #D02FBA
Complementary color
Monochromatic Colors of #D02FBA
Black with #D02FBA
Text Example
Text Example
White with #D02FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02FBA; }
p { color: rgb(208,47,186); }
H1.HeaderClassName
{
color: #D02FBA;
}
.AnyTagClassName
{
color: #D02FBA;
}
</style>
background-color css
<style>
a { background-color: #D02FBA; }
a { background-color: rgb(208,47,186); }
div.DivClassName
{
background-color: #D02FBA;
}
.BgClassName
{
background-color: #D02FBA;
}
</style>
border-color css
<style>
span { border-color: #D02FBA; }
span { border-color: rgb(208,47,186); }
td.TdClassName
{
border-color: #D02FBA;
}
.TagClassName
{
border-color: #D02FBA;
}
</style>