Shades of Fuchsia #D03FC1
Tints of Fuchsia #D03FC1
RGB
CMYK
RGB Variations
Color information
#D03FC1 (or 0xD03FC1) is known color: Fuchsia. HEX triplet: D0, 3F and C1. RGB value is (208,63,193). Sum of RGB (Red+Green+Blue) = 208+63+193=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 63 (25% from 255 or 13.58% from 464); Blue value is 193 (75.78% from 255 or 41.59% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D03FC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03FC1 is #2FC03E. Grayscale: #787878. Windows color (decimal): -3129407 or 12664784. OLE color: 12664784.
HSL color Cylindrical-coordinate representation of color #D03FC1: hue angle of 306.21º 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 #D03FC1 is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 63 | 193 | - |
| CMYK | 0 | 0.70 | 0.07 | 0.18 |
| HSL | 306.21º | 0.61% | 0.53% | - |
| HSV(B) | 306.21º | 0.7% | 0.82% | - |
| XYZ | 37.42 | 20.82 | 52.5 | - |
| YUV | 121.18 | 168.54 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 63 | 193 | 0 | 0.70 | 0.07 | 0.18 | 306.21 | 0.61 | 0.53 |
| Hex | D0 | 3F | C1 | 0 | 46 | 7 | 12 | 132 | 3D | 35 |
| Octal | 320 | 77 | 301 | 0 | 106 | 7 | 22 | 462 | 75 | 65 |
| Binary | 11010000 | 111111 | 11000001 | 0 | 1000110 | 111 | 10010 | 100110010 | 111101 | 110101 |
Color Harmonies of #D03FC1
Complementary color
Monochromatic Colors of #D03FC1
Black with #D03FC1
Text Example
Text Example
White with #D03FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03FC1; }
p { color: rgb(208,63,193); }
H1.HeaderClassName
{
color: #D03FC1;
}
.AnyTagClassName
{
color: #D03FC1;
}
</style>
background-color css
<style>
a { background-color: #D03FC1; }
a { background-color: rgb(208,63,193); }
div.DivClassName
{
background-color: #D03FC1;
}
.BgClassName
{
background-color: #D03FC1;
}
</style>
border-color css
<style>
span { border-color: #D03FC1; }
span { border-color: rgb(208,63,193); }
td.TdClassName
{
border-color: #D03FC1;
}
.TagClassName
{
border-color: #D03FC1;
}
</style>