Shades of Fuchsia #D03AD1
Tints of Fuchsia #D03AD1
RGB
CMYK
RGB Variations
Color information
#D03AD1 (or 0xD03AD1) is known color: Fuchsia. HEX triplet: D0, 3A and D1. RGB value is (208,58,209). Sum of RGB (Red+Green+Blue) = 208+58+209=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 58 (23.05% from 255 or 12.21% from 475); Blue value is 209 (82.03% from 255 or 44% from 475); Max value from RGB is 209 - color contains mainly: blue. Hex color #D03AD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03AD1 is #2FC52E. Grayscale: #777777. Windows color (decimal): -3130671 or 13712080. OLE color: 13712080.
HSL color Cylindrical-coordinate representation of color #D03AD1: hue angle of 299.6º degrees, saturation: 0.62, 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 #D03AD1 is Cyan = 0.00, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 58 | 209 | - |
| CMYK | 0.00 | 0.72 | 0 | 0.18 |
| HSL | 299.6º | 0.62% | 0.52% | - |
| HSV(B) | 299.6º | 0.72% | 0.82% | - |
| XYZ | 39.03 | 21.04 | 62.33 | - |
| YUV | 120.06 | 178.2 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 58 | 209 | 0.00 | 0.72 | 0 | 0.18 | 299.6 | 0.62 | 0.52 |
| Hex | D0 | 3A | D1 | 0 | 48 | 0 | 12 | 12C | 3E | 34 |
| Octal | 320 | 72 | 321 | 0 | 110 | 0 | 22 | 454 | 76 | 64 |
| Binary | 11010000 | 111010 | 11010001 | 0 | 1001000 | 0 | 10010 | 100101100 | 111110 | 110100 |
Color Harmonies of #D03AD1
Complementary color
Monochromatic Colors of #D03AD1
Black with #D03AD1
Text Example
Text Example
White with #D03AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03AD1; }
p { color: rgb(208,58,209); }
H1.HeaderClassName
{
color: #D03AD1;
}
.AnyTagClassName
{
color: #D03AD1;
}
</style>
background-color css
<style>
a { background-color: #D03AD1; }
a { background-color: rgb(208,58,209); }
div.DivClassName
{
background-color: #D03AD1;
}
.BgClassName
{
background-color: #D03AD1;
}
</style>
border-color css
<style>
span { border-color: #D03AD1; }
span { border-color: rgb(208,58,209); }
td.TdClassName
{
border-color: #D03AD1;
}
.TagClassName
{
border-color: #D03AD1;
}
</style>