Shades of Fuchsia #D039B7
Tints of Fuchsia #D039B7
RGB
CMYK
RGB Variations
Color information
#D039B7 (or 0xD039B7) is known color: Fuchsia. HEX triplet: D0, 39 and B7. RGB value is (208,57,183). Sum of RGB (Red+Green+Blue) = 208+57+183=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 57 (22.66% from 255 or 12.72% from 448); Blue value is 183 (71.88% from 255 or 40.85% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D039B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D039B7 is #2FC648. Grayscale: #747474. Windows color (decimal): -3130953 or 12007888. OLE color: 12007888.
HSL color Cylindrical-coordinate representation of color #D039B7: hue angle of 309.93º 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 #D039B7 is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 57 | 183 | - |
| CMYK | 0 | 0.73 | 0.12 | 0.18 |
| HSL | 309.93º | 0.62% | 0.52% | - |
| HSV(B) | 309.93º | 0.73% | 0.82% | - |
| XYZ | 36.02 | 19.76 | 46.71 | - |
| YUV | 116.51 | 165.53 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 57 | 183 | 0 | 0.73 | 0.12 | 0.18 | 309.93 | 0.62 | 0.52 |
| Hex | D0 | 39 | B7 | 0 | 49 | C | 12 | 136 | 3E | 34 |
| Octal | 320 | 71 | 267 | 0 | 111 | 14 | 22 | 466 | 76 | 64 |
| Binary | 11010000 | 111001 | 10110111 | 0 | 1001001 | 1100 | 10010 | 100110110 | 111110 | 110100 |
Color Harmonies of #D039B7
Complementary color
Monochromatic Colors of #D039B7
Black with #D039B7
Text Example
Text Example
White with #D039B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D039B7; }
p { color: rgb(208,57,183); }
H1.HeaderClassName
{
color: #D039B7;
}
.AnyTagClassName
{
color: #D039B7;
}
</style>
background-color css
<style>
a { background-color: #D039B7; }
a { background-color: rgb(208,57,183); }
div.DivClassName
{
background-color: #D039B7;
}
.BgClassName
{
background-color: #D039B7;
}
</style>
border-color css
<style>
span { border-color: #D039B7; }
span { border-color: rgb(208,57,183); }
td.TdClassName
{
border-color: #D039B7;
}
.TagClassName
{
border-color: #D039B7;
}
</style>