Shades of Fuchsia #D03BC6
Tints of Fuchsia #D03BC6
RGB
CMYK
RGB Variations
Color information
#D03BC6 (or 0xD03BC6) is known color: Fuchsia. HEX triplet: D0, 3B and C6. RGB value is (208,59,198). Sum of RGB (Red+Green+Blue) = 208+59+198=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 59 (23.44% from 255 or 12.69% from 465); Blue value is 198 (77.73% from 255 or 42.58% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D03BC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03BC6 is #2FC439. Grayscale: #767676. Windows color (decimal): -3130426 or 12991440. OLE color: 12991440.
HSL color Cylindrical-coordinate representation of color #D03BC6: hue angle of 304.03º 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 #D03BC6 is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 59 | 198 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.18 |
| HSL | 304.03º | 0.61% | 0.52% | - |
| HSV(B) | 304.03º | 0.72% | 0.82% | - |
| XYZ | 37.77 | 20.62 | 55.41 | - |
| YUV | 119.4 | 172.36 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 59 | 198 | 0 | 0.72 | 0.05 | 0.18 | 304.03 | 0.61 | 0.52 |
| Hex | D0 | 3B | C6 | 0 | 48 | 5 | 12 | 130 | 3D | 34 |
| Octal | 320 | 73 | 306 | 0 | 110 | 5 | 22 | 460 | 75 | 64 |
| Binary | 11010000 | 111011 | 11000110 | 0 | 1001000 | 101 | 10010 | 100110000 | 111101 | 110100 |
Color Harmonies of #D03BC6
Complementary color
Monochromatic Colors of #D03BC6
Black with #D03BC6
Text Example
Text Example
White with #D03BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03BC6; }
p { color: rgb(208,59,198); }
H1.HeaderClassName
{
color: #D03BC6;
}
.AnyTagClassName
{
color: #D03BC6;
}
</style>
background-color css
<style>
a { background-color: #D03BC6; }
a { background-color: rgb(208,59,198); }
div.DivClassName
{
background-color: #D03BC6;
}
.BgClassName
{
background-color: #D03BC6;
}
</style>
border-color css
<style>
span { border-color: #D03BC6; }
span { border-color: rgb(208,59,198); }
td.TdClassName
{
border-color: #D03BC6;
}
.TagClassName
{
border-color: #D03BC6;
}
</style>