Shades of Fuchsia #D03ABF
Tints of Fuchsia #D03ABF
RGB
CMYK
RGB Variations
Color information
#D03ABF (or 0xD03ABF) is known color: Fuchsia. HEX triplet: D0, 3A and BF. RGB value is (208,58,191). Sum of RGB (Red+Green+Blue) = 208+58+191=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 58 (23.05% from 255 or 12.69% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D03ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03ABF is #2FC540. Grayscale: #757575. Windows color (decimal): -3130689 or 12532432. OLE color: 12532432.
HSL color Cylindrical-coordinate representation of color #D03ABF: hue angle of 306.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 #D03ABF is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 58 | 191 | - |
| CMYK | 0 | 0.72 | 0.08 | 0.18 |
| HSL | 306.8º | 0.61% | 0.52% | - |
| HSV(B) | 306.8º | 0.72% | 0.82% | - |
| XYZ | 36.93 | 20.2 | 51.24 | - |
| YUV | 118.01 | 169.2 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 58 | 191 | 0 | 0.72 | 0.08 | 0.18 | 306.8 | 0.61 | 0.52 |
| Hex | D0 | 3A | BF | 0 | 48 | 8 | 12 | 133 | 3D | 34 |
| Octal | 320 | 72 | 277 | 0 | 110 | 10 | 22 | 463 | 75 | 64 |
| Binary | 11010000 | 111010 | 10111111 | 0 | 1001000 | 1000 | 10010 | 100110011 | 111101 | 110100 |
Color Harmonies of #D03ABF
Complementary color
Monochromatic Colors of #D03ABF
Black with #D03ABF
Text Example
Text Example
White with #D03ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03ABF; }
p { color: rgb(208,58,191); }
H1.HeaderClassName
{
color: #D03ABF;
}
.AnyTagClassName
{
color: #D03ABF;
}
</style>
background-color css
<style>
a { background-color: #D03ABF; }
a { background-color: rgb(208,58,191); }
div.DivClassName
{
background-color: #D03ABF;
}
.BgClassName
{
background-color: #D03ABF;
}
</style>
border-color css
<style>
span { border-color: #D03ABF; }
span { border-color: rgb(208,58,191); }
td.TdClassName
{
border-color: #D03ABF;
}
.TagClassName
{
border-color: #D03ABF;
}
</style>