Shades of Fuchsia #D039AD
Tints of Fuchsia #D039AD
RGB
CMYK
RGB Variations
Color information
#D039AD (or 0xD039AD) is known color: Fuchsia. HEX triplet: D0, 39 and AD. RGB value is (208,57,173). Sum of RGB (Red+Green+Blue) = 208+57+173=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 57 (22.66% from 255 or 13.01% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D039AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D039AD is #2FC652. Grayscale: #737373. Windows color (decimal): -3130963 or 11352528. OLE color: 11352528.
HSL color Cylindrical-coordinate representation of color #D039AD: hue angle of 313.91º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D039AD is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 57 | 173 | - |
| CMYK | 0 | 0.73 | 0.17 | 0.18 |
| HSL | 313.91º | 0.62% | 0.52% | - |
| HSV(B) | 313.91º | 0.73% | 0.82% | - |
| XYZ | 35.02 | 19.35 | 41.43 | - |
| YUV | 115.37 | 160.53 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 57 | 173 | 0 | 0.73 | 0.17 | 0.18 | 313.91 | 0.62 | 0.52 |
| Hex | D0 | 39 | AD | 0 | 49 | 11 | 12 | 13A | 3E | 34 |
| Octal | 320 | 71 | 255 | 0 | 111 | 21 | 22 | 472 | 76 | 64 |
| Binary | 11010000 | 111001 | 10101101 | 0 | 1001001 | 10001 | 10010 | 100111010 | 111110 | 110100 |
Color Harmonies of #D039AD
Complementary color
Monochromatic Colors of #D039AD
Black with #D039AD
Text Example
Text Example
White with #D039AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D039AD; }
p { color: rgb(208,57,173); }
H1.HeaderClassName
{
color: #D039AD;
}
.AnyTagClassName
{
color: #D039AD;
}
</style>
background-color css
<style>
a { background-color: #D039AD; }
a { background-color: rgb(208,57,173); }
div.DivClassName
{
background-color: #D039AD;
}
.BgClassName
{
background-color: #D039AD;
}
</style>
border-color css
<style>
span { border-color: #D039AD; }
span { border-color: rgb(208,57,173); }
td.TdClassName
{
border-color: #D039AD;
}
.TagClassName
{
border-color: #D039AD;
}
</style>