Shades of Fuchsia #D03BC0
Tints of Fuchsia #D03BC0
RGB
CMYK
RGB Variations
Color information
#D03BC0 (or 0xD03BC0) is known color: Fuchsia. HEX triplet: D0, 3B and C0. RGB value is (208,59,192). Sum of RGB (Red+Green+Blue) = 208+59+192=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 59 (23.44% from 255 or 12.85% from 459); Blue value is 192 (75.39% from 255 or 41.83% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D03BC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03BC0 is #2FC43F. Grayscale: #767676. Windows color (decimal): -3130432 or 12598224. OLE color: 12598224.
HSL color Cylindrical-coordinate representation of color #D03BC0: hue angle of 306.44º 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 #D03BC0 is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 59 | 192 | - |
| CMYK | 0 | 0.72 | 0.08 | 0.18 |
| HSL | 306.44º | 0.61% | 0.52% | - |
| HSV(B) | 306.44º | 0.72% | 0.82% | - |
| XYZ | 37.09 | 20.34 | 51.84 | - |
| YUV | 118.71 | 169.36 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 59 | 192 | 0 | 0.72 | 0.08 | 0.18 | 306.44 | 0.61 | 0.52 |
| Hex | D0 | 3B | C0 | 0 | 48 | 8 | 12 | 132 | 3D | 34 |
| Octal | 320 | 73 | 300 | 0 | 110 | 10 | 22 | 462 | 75 | 64 |
| Binary | 11010000 | 111011 | 11000000 | 0 | 1001000 | 1000 | 10010 | 100110010 | 111101 | 110100 |
Color Harmonies of #D03BC0
Complementary color
Monochromatic Colors of #D03BC0
Black with #D03BC0
Text Example
Text Example
White with #D03BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03BC0; }
p { color: rgb(208,59,192); }
H1.HeaderClassName
{
color: #D03BC0;
}
.AnyTagClassName
{
color: #D03BC0;
}
</style>
background-color css
<style>
a { background-color: #D03BC0; }
a { background-color: rgb(208,59,192); }
div.DivClassName
{
background-color: #D03BC0;
}
.BgClassName
{
background-color: #D03BC0;
}
</style>
border-color css
<style>
span { border-color: #D03BC0; }
span { border-color: rgb(208,59,192); }
td.TdClassName
{
border-color: #D03BC0;
}
.TagClassName
{
border-color: #D03BC0;
}
</style>