Shades of Fuchsia #D03ABA
Tints of Fuchsia #D03ABA
RGB
CMYK
RGB Variations
Color information
#D03ABA (or 0xD03ABA) is known color: Fuchsia. HEX triplet: D0, 3A and BA. RGB value is (208,58,186). Sum of RGB (Red+Green+Blue) = 208+58+186=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 58 (23.05% from 255 or 12.83% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D03ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03ABA is #2FC545. Grayscale: #757575. Windows color (decimal): -3130694 or 12204752. OLE color: 12204752.
HSL color Cylindrical-coordinate representation of color #D03ABA: hue angle of 308.8º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D03ABA is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 58 | 186 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.18 |
| HSL | 308.8º | 0.61% | 0.52% | - |
| HSV(B) | 308.8º | 0.72% | 0.82% | - |
| XYZ | 36.39 | 19.98 | 48.39 | - |
| YUV | 117.44 | 166.7 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 58 | 186 | 0 | 0.72 | 0.11 | 0.18 | 308.8 | 0.61 | 0.52 |
| Hex | D0 | 3A | BA | 0 | 48 | B | 12 | 135 | 3D | 34 |
| Octal | 320 | 72 | 272 | 0 | 110 | 13 | 22 | 465 | 75 | 64 |
| Binary | 11010000 | 111010 | 10111010 | 0 | 1001000 | 1011 | 10010 | 100110101 | 111101 | 110100 |
Color Harmonies of #D03ABA
Complementary color
Monochromatic Colors of #D03ABA
Black with #D03ABA
Text Example
Text Example
White with #D03ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03ABA; }
p { color: rgb(208,58,186); }
H1.HeaderClassName
{
color: #D03ABA;
}
.AnyTagClassName
{
color: #D03ABA;
}
</style>
background-color css
<style>
a { background-color: #D03ABA; }
a { background-color: rgb(208,58,186); }
div.DivClassName
{
background-color: #D03ABA;
}
.BgClassName
{
background-color: #D03ABA;
}
</style>
border-color css
<style>
span { border-color: #D03ABA; }
span { border-color: rgb(208,58,186); }
td.TdClassName
{
border-color: #D03ABA;
}
.TagClassName
{
border-color: #D03ABA;
}
</style>