Shades of Fuchsia #D039B1
Tints of Fuchsia #D039B1
RGB
CMYK
RGB Variations
Color information
#D039B1 (or 0xD039B1) is known color: Fuchsia. HEX triplet: D0, 39 and B1. RGB value is (208,57,177). Sum of RGB (Red+Green+Blue) = 208+57+177=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 57 (22.66% from 255 or 12.90% from 442); Blue value is 177 (69.53% from 255 or 40.05% from 442); Max value from RGB is 208 - color contains mainly: red. Hex color #D039B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D039B1 is #2FC64E. Grayscale: #737373. Windows color (decimal): -3130959 or 11614672. OLE color: 11614672.
HSL color Cylindrical-coordinate representation of color #D039B1: hue angle of 312.32º 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 #D039B1 is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 57 | 177 | - |
| CMYK | 0 | 0.73 | 0.15 | 0.18 |
| HSL | 312.32º | 0.62% | 0.52% | - |
| HSV(B) | 312.32º | 0.73% | 0.82% | - |
| XYZ | 35.41 | 19.51 | 43.49 | - |
| YUV | 115.83 | 162.53 | 193.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 57 | 177 | 0 | 0.73 | 0.15 | 0.18 | 312.32 | 0.62 | 0.52 |
| Hex | D0 | 39 | B1 | 0 | 49 | F | 12 | 138 | 3E | 34 |
| Octal | 320 | 71 | 261 | 0 | 111 | 17 | 22 | 470 | 76 | 64 |
| Binary | 11010000 | 111001 | 10110001 | 0 | 1001001 | 1111 | 10010 | 100111000 | 111110 | 110100 |
Color Harmonies of #D039B1
Complementary color
Monochromatic Colors of #D039B1
Black with #D039B1
Text Example
Text Example
White with #D039B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D039B1; }
p { color: rgb(208,57,177); }
H1.HeaderClassName
{
color: #D039B1;
}
.AnyTagClassName
{
color: #D039B1;
}
</style>
background-color css
<style>
a { background-color: #D039B1; }
a { background-color: rgb(208,57,177); }
div.DivClassName
{
background-color: #D039B1;
}
.BgClassName
{
background-color: #D039B1;
}
</style>
border-color css
<style>
span { border-color: #D039B1; }
span { border-color: rgb(208,57,177); }
td.TdClassName
{
border-color: #D039B1;
}
.TagClassName
{
border-color: #D039B1;
}
</style>