Shades of Fuchsia #D03AD0
Tints of Fuchsia #D03AD0
RGB
CMYK
RGB Variations
Color information
#D03AD0 (or 0xD03AD0) is known color: Fuchsia. HEX triplet: D0, 3A and D0. RGB value is (208,58,208). Sum of RGB (Red+Green+Blue) = 208+58+208=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 58 (23.05% from 255 or 12.24% from 474); Blue value is 208 (81.64% from 255 or 43.88% from 474); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D03AD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03AD0 is #2FC52F. Grayscale: #777777. Windows color (decimal): -3130672 or 13646544. OLE color: 13646544.
HSL color Cylindrical-coordinate representation of color #D03AD0: hue angle of 300º 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 #D03AD0 is Cyan = 0, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 58 | 208 | - |
| CMYK | 0 | 0.72 | 0 | 0.18 |
| HSL | 300º | 0.61% | 0.52% | - |
| HSV(B) | 300º | 0.72% | 0.82% | - |
| XYZ | 38.91 | 20.99 | 61.68 | - |
| YUV | 119.95 | 177.7 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 58 | 208 | 0 | 0.72 | 0 | 0.18 | 300 | 0.61 | 0.52 |
| Hex | D0 | 3A | D0 | 0 | 48 | 0 | 12 | 12C | 3D | 34 |
| Octal | 320 | 72 | 320 | 0 | 110 | 0 | 22 | 454 | 75 | 64 |
| Binary | 11010000 | 111010 | 11010000 | 0 | 1001000 | 0 | 10010 | 100101100 | 111101 | 110100 |
Color Harmonies of #D03AD0
Complementary color
Monochromatic Colors of #D03AD0
Black with #D03AD0
Text Example
Text Example
White with #D03AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03AD0; }
p { color: rgb(208,58,208); }
H1.HeaderClassName
{
color: #D03AD0;
}
.AnyTagClassName
{
color: #D03AD0;
}
</style>
background-color css
<style>
a { background-color: #D03AD0; }
a { background-color: rgb(208,58,208); }
div.DivClassName
{
background-color: #D03AD0;
}
.BgClassName
{
background-color: #D03AD0;
}
</style>
border-color css
<style>
span { border-color: #D03AD0; }
span { border-color: rgb(208,58,208); }
td.TdClassName
{
border-color: #D03AD0;
}
.TagClassName
{
border-color: #D03AD0;
}
</style>