Shades of Fuchsia #D03FB8
Tints of Fuchsia #D03FB8
RGB
CMYK
RGB Variations
Color information
#D03FB8 (or 0xD03FB8) is known color: Fuchsia. HEX triplet: D0, 3F and B8. RGB value is (208,63,184). Sum of RGB (Red+Green+Blue) = 208+63+184=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 63 (25% from 255 or 13.85% from 455); Blue value is 184 (72.27% from 255 or 40.44% from 455); Max value from RGB is 208 - color contains mainly: red. Hex color #D03FB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03FB8 is #2FC047. Grayscale: #777777. Windows color (decimal): -3129416 or 12074960. OLE color: 12074960.
HSL color Cylindrical-coordinate representation of color #D03FB8: hue angle of 309.93º 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 #D03FB8 is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 63 | 184 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.18 |
| HSL | 309.93º | 0.61% | 0.53% | - |
| HSV(B) | 309.93º | 0.7% | 0.82% | - |
| XYZ | 36.44 | 20.43 | 47.37 | - |
| YUV | 120.15 | 164.04 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 63 | 184 | 0 | 0.70 | 0.12 | 0.18 | 309.93 | 0.61 | 0.53 |
| Hex | D0 | 3F | B8 | 0 | 46 | C | 12 | 136 | 3D | 35 |
| Octal | 320 | 77 | 270 | 0 | 106 | 14 | 22 | 466 | 75 | 65 |
| Binary | 11010000 | 111111 | 10111000 | 0 | 1000110 | 1100 | 10010 | 100110110 | 111101 | 110101 |
Color Harmonies of #D03FB8
Complementary color
Monochromatic Colors of #D03FB8
Black with #D03FB8
Text Example
Text Example
White with #D03FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03FB8; }
p { color: rgb(208,63,184); }
H1.HeaderClassName
{
color: #D03FB8;
}
.AnyTagClassName
{
color: #D03FB8;
}
</style>
background-color css
<style>
a { background-color: #D03FB8; }
a { background-color: rgb(208,63,184); }
div.DivClassName
{
background-color: #D03FB8;
}
.BgClassName
{
background-color: #D03FB8;
}
</style>
border-color css
<style>
span { border-color: #D03FB8; }
span { border-color: rgb(208,63,184); }
td.TdClassName
{
border-color: #D03FB8;
}
.TagClassName
{
border-color: #D03FB8;
}
</style>