Shades of Fuchsia #D039C0
Tints of Fuchsia #D039C0
RGB
CMYK
RGB Variations
Color information
#D039C0 (or 0xD039C0) is known color: Fuchsia. HEX triplet: D0, 39 and C0. RGB value is (208,57,192). Sum of RGB (Red+Green+Blue) = 208+57+192=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 57 (22.66% from 255 or 12.47% from 457); Blue value is 192 (75.39% from 255 or 42.01% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D039C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D039C0 is #2FC63F. Grayscale: #757575. Windows color (decimal): -3130944 or 12597712. OLE color: 12597712.
HSL color Cylindrical-coordinate representation of color #D039C0: hue angle of 306.36º 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 #D039C0 is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 57 | 192 | - |
| CMYK | 0 | 0.73 | 0.08 | 0.18 |
| HSL | 306.36º | 0.62% | 0.52% | - |
| HSV(B) | 306.36º | 0.73% | 0.82% | - |
| XYZ | 36.99 | 20.14 | 51.81 | - |
| YUV | 117.54 | 170.03 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 57 | 192 | 0 | 0.73 | 0.08 | 0.18 | 306.36 | 0.62 | 0.52 |
| Hex | D0 | 39 | C0 | 0 | 49 | 8 | 12 | 132 | 3E | 34 |
| Octal | 320 | 71 | 300 | 0 | 111 | 10 | 22 | 462 | 76 | 64 |
| Binary | 11010000 | 111001 | 11000000 | 0 | 1001001 | 1000 | 10010 | 100110010 | 111110 | 110100 |
Color Harmonies of #D039C0
Complementary color
Monochromatic Colors of #D039C0
Black with #D039C0
Text Example
Text Example
White with #D039C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D039C0; }
p { color: rgb(208,57,192); }
H1.HeaderClassName
{
color: #D039C0;
}
.AnyTagClassName
{
color: #D039C0;
}
</style>
background-color css
<style>
a { background-color: #D039C0; }
a { background-color: rgb(208,57,192); }
div.DivClassName
{
background-color: #D039C0;
}
.BgClassName
{
background-color: #D039C0;
}
</style>
border-color css
<style>
span { border-color: #D039C0; }
span { border-color: rgb(208,57,192); }
td.TdClassName
{
border-color: #D039C0;
}
.TagClassName
{
border-color: #D039C0;
}
</style>