Shades of Fuchsia #D039D6
Tints of Fuchsia #D039D6
RGB
CMYK
RGB Variations
Color information
#D039D6 (or 0xD039D6) is known color: Fuchsia. HEX triplet: D0, 39 and D6. RGB value is (208,57,214). Sum of RGB (Red+Green+Blue) = 208+57+214=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 57 (22.66% from 255 or 11.90% from 479); Blue value is 214 (83.98% from 255 or 44.68% from 479); Max value from RGB is 214 - color contains mainly: blue. Hex color #D039D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D039D6 is #2FC629. Grayscale: #777777. Windows color (decimal): -3130922 or 14039504. OLE color: 14039504.
HSL color Cylindrical-coordinate representation of color #D039D6: hue angle of 297.71º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D039D6 is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 57 | 214 | - |
| CMYK | 0.03 | 0.73 | 0 | 0.16 |
| HSL | 297.71º | 0.66% | 0.53% | - |
| HSV(B) | 297.71º | 0.73% | 0.84% | - |
| XYZ | 39.61 | 21.19 | 65.62 | - |
| YUV | 120.05 | 181.03 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 57 | 214 | 0.03 | 0.73 | 0 | 0.16 | 297.71 | 0.66 | 0.53 |
| Hex | D0 | 39 | D6 | 3 | 49 | 0 | 10 | 12A | 42 | 35 |
| Octal | 320 | 71 | 326 | 3 | 111 | 0 | 20 | 452 | 102 | 65 |
| Binary | 11010000 | 111001 | 11010110 | 11 | 1001001 | 0 | 10000 | 100101010 | 1000010 | 110101 |
Color Harmonies of #D039D6
Complementary color
Monochromatic Colors of #D039D6
Black with #D039D6
Text Example
Text Example
White with #D039D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D039D6; }
p { color: rgb(208,57,214); }
H1.HeaderClassName
{
color: #D039D6;
}
.AnyTagClassName
{
color: #D039D6;
}
</style>
background-color css
<style>
a { background-color: #D039D6; }
a { background-color: rgb(208,57,214); }
div.DivClassName
{
background-color: #D039D6;
}
.BgClassName
{
background-color: #D039D6;
}
</style>
border-color css
<style>
span { border-color: #D039D6; }
span { border-color: rgb(208,57,214); }
td.TdClassName
{
border-color: #D039D6;
}
.TagClassName
{
border-color: #D039D6;
}
</style>