Shades of Fuchsia #D03BC8
Tints of Fuchsia #D03BC8
RGB
CMYK
RGB Variations
Color information
#D03BC8 (or 0xD03BC8) is known color: Fuchsia. HEX triplet: D0, 3B and C8. RGB value is (208,59,200). Sum of RGB (Red+Green+Blue) = 208+59+200=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 59 (23.44% from 255 or 12.63% from 467); Blue value is 200 (78.52% from 255 or 42.83% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D03BC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03BC8 is #2FC437. Grayscale: #777777. Windows color (decimal): -3130424 or 13122512. OLE color: 13122512.
HSL color Cylindrical-coordinate representation of color #D03BC8: hue angle of 303.22º 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 #D03BC8 is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 59 | 200 | - |
| CMYK | 0 | 0.72 | 0.04 | 0.18 |
| HSL | 303.22º | 0.61% | 0.52% | - |
| HSV(B) | 303.22º | 0.72% | 0.82% | - |
| XYZ | 38 | 20.71 | 56.64 | - |
| YUV | 119.63 | 173.36 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 59 | 200 | 0 | 0.72 | 0.04 | 0.18 | 303.22 | 0.61 | 0.52 |
| Hex | D0 | 3B | C8 | 0 | 48 | 4 | 12 | 12F | 3D | 34 |
| Octal | 320 | 73 | 310 | 0 | 110 | 4 | 22 | 457 | 75 | 64 |
| Binary | 11010000 | 111011 | 11001000 | 0 | 1001000 | 100 | 10010 | 100101111 | 111101 | 110100 |
Color Harmonies of #D03BC8
Complementary color
Monochromatic Colors of #D03BC8
Black with #D03BC8
Text Example
Text Example
White with #D03BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03BC8; }
p { color: rgb(208,59,200); }
H1.HeaderClassName
{
color: #D03BC8;
}
.AnyTagClassName
{
color: #D03BC8;
}
</style>
background-color css
<style>
a { background-color: #D03BC8; }
a { background-color: rgb(208,59,200); }
div.DivClassName
{
background-color: #D03BC8;
}
.BgClassName
{
background-color: #D03BC8;
}
</style>
border-color css
<style>
span { border-color: #D03BC8; }
span { border-color: rgb(208,59,200); }
td.TdClassName
{
border-color: #D03BC8;
}
.TagClassName
{
border-color: #D03BC8;
}
</style>