Shades of Fuchsia #D039CC
Tints of Fuchsia #D039CC
RGB
CMYK
RGB Variations
Color information
#D039CC (or 0xD039CC) is known color: Fuchsia. HEX triplet: D0, 39 and CC. RGB value is (208,57,204). Sum of RGB (Red+Green+Blue) = 208+57+204=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 57 (22.66% from 255 or 12.15% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 208 - color contains mainly: red. Hex color #D039CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D039CC is #2FC633. Grayscale: #767676. Windows color (decimal): -3130932 or 13384144. OLE color: 13384144.
HSL color Cylindrical-coordinate representation of color #D039CC: hue angle of 301.59º 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 #D039CC is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 57 | 204 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.18 |
| HSL | 301.59º | 0.62% | 0.52% | - |
| HSV(B) | 301.59º | 0.73% | 0.82% | - |
| XYZ | 38.37 | 20.7 | 59.1 | - |
| YUV | 118.91 | 176.03 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 57 | 204 | 0 | 0.73 | 0.02 | 0.18 | 301.59 | 0.62 | 0.52 |
| Hex | D0 | 39 | CC | 0 | 49 | 2 | 12 | 12E | 3E | 34 |
| Octal | 320 | 71 | 314 | 0 | 111 | 2 | 22 | 456 | 76 | 64 |
| Binary | 11010000 | 111001 | 11001100 | 0 | 1001001 | 10 | 10010 | 100101110 | 111110 | 110100 |
Color Harmonies of #D039CC
Complementary color
Monochromatic Colors of #D039CC
Black with #D039CC
Text Example
Text Example
White with #D039CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D039CC; }
p { color: rgb(208,57,204); }
H1.HeaderClassName
{
color: #D039CC;
}
.AnyTagClassName
{
color: #D039CC;
}
</style>
background-color css
<style>
a { background-color: #D039CC; }
a { background-color: rgb(208,57,204); }
div.DivClassName
{
background-color: #D039CC;
}
.BgClassName
{
background-color: #D039CC;
}
</style>
border-color css
<style>
span { border-color: #D039CC; }
span { border-color: rgb(208,57,204); }
td.TdClassName
{
border-color: #D039CC;
}
.TagClassName
{
border-color: #D039CC;
}
</style>