Shades of Fuchsia #D039BF
Tints of Fuchsia #D039BF
RGB
CMYK
RGB Variations
Color information
#D039BF (or 0xD039BF) is known color: Fuchsia. HEX triplet: D0, 39 and BF. RGB value is (208,57,191). Sum of RGB (Red+Green+Blue) = 208+57+191=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 57 (22.66% from 255 or 12.5% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 208 - color contains mainly: red. Hex color #D039BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D039BF is #2FC640. Grayscale: #757575. Windows color (decimal): -3130945 or 12532176. OLE color: 12532176.
HSL color Cylindrical-coordinate representation of color #D039BF: hue angle of 306.75º 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 #D039BF is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 57 | 191 | - |
| CMYK | 0 | 0.73 | 0.08 | 0.18 |
| HSL | 306.76º | 0.62% | 0.52% | - |
| HSV(B) | 306.76º | 0.73% | 0.82% | - |
| XYZ | 36.88 | 20.1 | 51.23 | - |
| YUV | 117.43 | 169.53 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 57 | 191 | 0 | 0.73 | 0.08 | 0.18 | 306.76 | 0.62 | 0.52 |
| Hex | D0 | 39 | BF | 0 | 49 | 8 | 12 | 133 | 3E | 34 |
| Octal | 320 | 71 | 277 | 0 | 111 | 10 | 22 | 463 | 76 | 64 |
| Binary | 11010000 | 111001 | 10111111 | 0 | 1001001 | 1000 | 10010 | 100110011 | 111110 | 110100 |
Color Harmonies of #D039BF
Complementary color
Monochromatic Colors of #D039BF
Black with #D039BF
Text Example
Text Example
White with #D039BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D039BF; }
p { color: rgb(208,57,191); }
H1.HeaderClassName
{
color: #D039BF;
}
.AnyTagClassName
{
color: #D039BF;
}
</style>
background-color css
<style>
a { background-color: #D039BF; }
a { background-color: rgb(208,57,191); }
div.DivClassName
{
background-color: #D039BF;
}
.BgClassName
{
background-color: #D039BF;
}
</style>
border-color css
<style>
span { border-color: #D039BF; }
span { border-color: rgb(208,57,191); }
td.TdClassName
{
border-color: #D039BF;
}
.TagClassName
{
border-color: #D039BF;
}
</style>