Shades of Fuchsia #D039D3
Tints of Fuchsia #D039D3
RGB
CMYK
RGB Variations
Color information
#D039D3 (or 0xD039D3) is known color: Fuchsia. HEX triplet: D0, 39 and D3. RGB value is (208,57,211). Sum of RGB (Red+Green+Blue) = 208+57+211=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 57 (22.66% from 255 or 11.97% from 476); Blue value is 211 (82.81% from 255 or 44.33% from 476); Max value from RGB is 211 - color contains mainly: blue. Hex color #D039D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D039D3 is #2FC62C. Grayscale: #777777. Windows color (decimal): -3130925 or 13842896. OLE color: 13842896.
HSL color Cylindrical-coordinate representation of color #D039D3: hue angle of 298.83º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D039D3 is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 57 | 211 | - |
| CMYK | 0.01 | 0.73 | 0 | 0.17 |
| HSL | 298.83º | 0.64% | 0.53% | - |
| HSV(B) | 298.83º | 0.73% | 0.83% | - |
| XYZ | 39.23 | 21.04 | 63.62 | - |
| YUV | 119.71 | 179.53 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 57 | 211 | 0.01 | 0.73 | 0 | 0.17 | 298.83 | 0.64 | 0.53 |
| Hex | D0 | 39 | D3 | 1 | 49 | 0 | 11 | 12B | 40 | 35 |
| Octal | 320 | 71 | 323 | 1 | 111 | 0 | 21 | 453 | 100 | 65 |
| Binary | 11010000 | 111001 | 11010011 | 1 | 1001001 | 0 | 10001 | 100101011 | 1000000 | 110101 |
Color Harmonies of #D039D3
Complementary color
Monochromatic Colors of #D039D3
Black with #D039D3
Text Example
Text Example
White with #D039D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D039D3; }
p { color: rgb(208,57,211); }
H1.HeaderClassName
{
color: #D039D3;
}
.AnyTagClassName
{
color: #D039D3;
}
</style>
background-color css
<style>
a { background-color: #D039D3; }
a { background-color: rgb(208,57,211); }
div.DivClassName
{
background-color: #D039D3;
}
.BgClassName
{
background-color: #D039D3;
}
</style>
border-color css
<style>
span { border-color: #D039D3; }
span { border-color: rgb(208,57,211); }
td.TdClassName
{
border-color: #D039D3;
}
.TagClassName
{
border-color: #D039D3;
}
</style>