Shades of Fuchsia #D03FB0
Tints of Fuchsia #D03FB0
RGB
CMYK
RGB Variations
Color information
#D03FB0 (or 0xD03FB0) is known color: Fuchsia. HEX triplet: D0, 3F and B0. RGB value is (208,63,176). Sum of RGB (Red+Green+Blue) = 208+63+176=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 63 (25% from 255 or 14.09% from 447); Blue value is 176 (69.14% from 255 or 39.37% from 447); Max value from RGB is 208 - color contains mainly: red. Hex color #D03FB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03FB0 is #2FC04F. Grayscale: #767676. Windows color (decimal): -3129424 or 11550672. OLE color: 11550672.
HSL color Cylindrical-coordinate representation of color #D03FB0: hue angle of 313.24º 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 #D03FB0 is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 63 | 176 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.18 |
| HSL | 313.24º | 0.61% | 0.53% | - |
| HSV(B) | 313.24º | 0.7% | 0.82% | - |
| XYZ | 35.63 | 20.1 | 43.08 | - |
| YUV | 119.24 | 160.04 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 63 | 176 | 0 | 0.70 | 0.15 | 0.18 | 313.24 | 0.61 | 0.53 |
| Hex | D0 | 3F | B0 | 0 | 46 | F | 12 | 139 | 3D | 35 |
| Octal | 320 | 77 | 260 | 0 | 106 | 17 | 22 | 471 | 75 | 65 |
| Binary | 11010000 | 111111 | 10110000 | 0 | 1000110 | 1111 | 10010 | 100111001 | 111101 | 110101 |
Color Harmonies of #D03FB0
Complementary color
Monochromatic Colors of #D03FB0
Black with #D03FB0
Text Example
Text Example
White with #D03FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03FB0; }
p { color: rgb(208,63,176); }
H1.HeaderClassName
{
color: #D03FB0;
}
.AnyTagClassName
{
color: #D03FB0;
}
</style>
background-color css
<style>
a { background-color: #D03FB0; }
a { background-color: rgb(208,63,176); }
div.DivClassName
{
background-color: #D03FB0;
}
.BgClassName
{
background-color: #D03FB0;
}
</style>
border-color css
<style>
span { border-color: #D03FB0; }
span { border-color: rgb(208,63,176); }
td.TdClassName
{
border-color: #D03FB0;
}
.TagClassName
{
border-color: #D03FB0;
}
</style>