Shades of Fuchsia #D03DC0
Tints of Fuchsia #D03DC0
RGB
CMYK
RGB Variations
Color information
#D03DC0 (or 0xD03DC0) is known color: Fuchsia. HEX triplet: D0, 3D and C0. RGB value is (208,61,192). Sum of RGB (Red+Green+Blue) = 208+61+192=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 61 (24.22% from 255 or 13.23% from 461); Blue value is 192 (75.39% from 255 or 41.65% from 461); Max value from RGB is 208 - color contains mainly: red. Hex color #D03DC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03DC0 is #2FC23F. Grayscale: #777777. Windows color (decimal): -3129920 or 12598736. OLE color: 12598736.
HSL color Cylindrical-coordinate representation of color #D03DC0: hue angle of 306.53º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D03DC0 is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 61 | 192 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.18 |
| HSL | 306.53º | 0.61% | 0.53% | - |
| HSV(B) | 306.53º | 0.71% | 0.82% | - |
| XYZ | 37.2 | 20.55 | 51.88 | - |
| YUV | 119.89 | 168.7 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 61 | 192 | 0 | 0.71 | 0.08 | 0.18 | 306.53 | 0.61 | 0.53 |
| Hex | D0 | 3D | C0 | 0 | 47 | 8 | 12 | 133 | 3D | 35 |
| Octal | 320 | 75 | 300 | 0 | 107 | 10 | 22 | 463 | 75 | 65 |
| Binary | 11010000 | 111101 | 11000000 | 0 | 1000111 | 1000 | 10010 | 100110011 | 111101 | 110101 |
Color Harmonies of #D03DC0
Complementary color
Monochromatic Colors of #D03DC0
Black with #D03DC0
Text Example
Text Example
White with #D03DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03DC0; }
p { color: rgb(208,61,192); }
H1.HeaderClassName
{
color: #D03DC0;
}
.AnyTagClassName
{
color: #D03DC0;
}
</style>
background-color css
<style>
a { background-color: #D03DC0; }
a { background-color: rgb(208,61,192); }
div.DivClassName
{
background-color: #D03DC0;
}
.BgClassName
{
background-color: #D03DC0;
}
</style>
border-color css
<style>
span { border-color: #D03DC0; }
span { border-color: rgb(208,61,192); }
td.TdClassName
{
border-color: #D03DC0;
}
.TagClassName
{
border-color: #D03DC0;
}
</style>