Shades of Fuchsia #D039C8
Tints of Fuchsia #D039C8
RGB
CMYK
RGB Variations
Color information
#D039C8 (or 0xD039C8) is known color: Fuchsia. HEX triplet: D0, 39 and C8. RGB value is (208,57,200). Sum of RGB (Red+Green+Blue) = 208+57+200=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 57 (22.66% from 255 or 12.26% from 465); Blue value is 200 (78.52% from 255 or 43.01% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D039C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D039C8 is #2FC637. Grayscale: #767676. Windows color (decimal): -3130936 or 13122000. OLE color: 13122000.
HSL color Cylindrical-coordinate representation of color #D039C8: hue angle of 303.18º 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 #D039C8 is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 57 | 200 | - |
| CMYK | 0 | 0.73 | 0.04 | 0.18 |
| HSL | 303.18º | 0.62% | 0.52% | - |
| HSV(B) | 303.18º | 0.73% | 0.82% | - |
| XYZ | 37.9 | 20.51 | 56.6 | - |
| YUV | 118.45 | 174.03 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 57 | 200 | 0 | 0.73 | 0.04 | 0.18 | 303.18 | 0.62 | 0.52 |
| Hex | D0 | 39 | C8 | 0 | 49 | 4 | 12 | 12F | 3E | 34 |
| Octal | 320 | 71 | 310 | 0 | 111 | 4 | 22 | 457 | 76 | 64 |
| Binary | 11010000 | 111001 | 11001000 | 0 | 1001001 | 100 | 10010 | 100101111 | 111110 | 110100 |
Color Harmonies of #D039C8
Complementary color
Monochromatic Colors of #D039C8
Black with #D039C8
Text Example
Text Example
White with #D039C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D039C8; }
p { color: rgb(208,57,200); }
H1.HeaderClassName
{
color: #D039C8;
}
.AnyTagClassName
{
color: #D039C8;
}
</style>
background-color css
<style>
a { background-color: #D039C8; }
a { background-color: rgb(208,57,200); }
div.DivClassName
{
background-color: #D039C8;
}
.BgClassName
{
background-color: #D039C8;
}
</style>
border-color css
<style>
span { border-color: #D039C8; }
span { border-color: rgb(208,57,200); }
td.TdClassName
{
border-color: #D039C8;
}
.TagClassName
{
border-color: #D039C8;
}
</style>