Shades of Fuchsia #D03DAC
Tints of Fuchsia #D03DAC
RGB
CMYK
RGB Variations
Color information
#D03DAC (or 0xD03DAC) is known color: Fuchsia. HEX triplet: D0, 3D and AC. RGB value is (208,61,172). Sum of RGB (Red+Green+Blue) = 208+61+172=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 61 (24.22% from 255 or 13.83% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D03DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03DAC is #2FC253. Grayscale: #757575. Windows color (decimal): -3129940 or 11288016. OLE color: 11288016.
HSL color Cylindrical-coordinate representation of color #D03DAC: hue angle of 314.69º 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 #D03DAC is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 61 | 172 | - |
| CMYK | 0 | 0.71 | 0.17 | 0.18 |
| HSL | 314.69º | 0.61% | 0.53% | - |
| HSV(B) | 314.69º | 0.71% | 0.82% | - |
| XYZ | 35.13 | 19.73 | 40.99 | - |
| YUV | 117.61 | 158.7 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 61 | 172 | 0 | 0.71 | 0.17 | 0.18 | 314.69 | 0.61 | 0.53 |
| Hex | D0 | 3D | AC | 0 | 47 | 11 | 12 | 13B | 3D | 35 |
| Octal | 320 | 75 | 254 | 0 | 107 | 21 | 22 | 473 | 75 | 65 |
| Binary | 11010000 | 111101 | 10101100 | 0 | 1000111 | 10001 | 10010 | 100111011 | 111101 | 110101 |
Color Harmonies of #D03DAC
Complementary color
Monochromatic Colors of #D03DAC
Black with #D03DAC
Text Example
Text Example
White with #D03DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03DAC; }
p { color: rgb(208,61,172); }
H1.HeaderClassName
{
color: #D03DAC;
}
.AnyTagClassName
{
color: #D03DAC;
}
</style>
background-color css
<style>
a { background-color: #D03DAC; }
a { background-color: rgb(208,61,172); }
div.DivClassName
{
background-color: #D03DAC;
}
.BgClassName
{
background-color: #D03DAC;
}
</style>
border-color css
<style>
span { border-color: #D03DAC; }
span { border-color: rgb(208,61,172); }
td.TdClassName
{
border-color: #D03DAC;
}
.TagClassName
{
border-color: #D03DAC;
}
</style>