Shades of Fuchsia #D047BA
Tints of Fuchsia #D047BA
RGB
CMYK
RGB Variations
Color information
#D047BA (or 0xD047BA) is known color: Fuchsia. HEX triplet: D0, 47 and BA. RGB value is (208,71,186). Sum of RGB (Red+Green+Blue) = 208+71+186=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 71 (28.12% from 255 or 15.27% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D047BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D047BA is #2FB845. Grayscale: #7C7C7C. Windows color (decimal): -3127366 or 12208080. OLE color: 12208080.
HSL color Cylindrical-coordinate representation of color #D047BA: hue angle of 309.64º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D047BA is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 71 | 186 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.18 |
| HSL | 309.64º | 0.59% | 0.55% | - |
| HSV(B) | 309.64º | 0.66% | 0.82% | - |
| XYZ | 37.13 | 21.46 | 48.64 | - |
| YUV | 125.07 | 162.39 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 71 | 186 | 0 | 0.66 | 0.11 | 0.18 | 309.64 | 0.59 | 0.55 |
| Hex | D0 | 47 | BA | 0 | 42 | B | 12 | 136 | 3B | 37 |
| Octal | 320 | 107 | 272 | 0 | 102 | 13 | 22 | 466 | 73 | 67 |
| Binary | 11010000 | 1000111 | 10111010 | 0 | 1000010 | 1011 | 10010 | 100110110 | 111011 | 110111 |
Color Harmonies of #D047BA
Complementary color
Monochromatic Colors of #D047BA
Black with #D047BA
Text Example
Text Example
White with #D047BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D047BA; }
p { color: rgb(208,71,186); }
H1.HeaderClassName
{
color: #D047BA;
}
.AnyTagClassName
{
color: #D047BA;
}
</style>
background-color css
<style>
a { background-color: #D047BA; }
a { background-color: rgb(208,71,186); }
div.DivClassName
{
background-color: #D047BA;
}
.BgClassName
{
background-color: #D047BA;
}
</style>
border-color css
<style>
span { border-color: #D047BA; }
span { border-color: rgb(208,71,186); }
td.TdClassName
{
border-color: #D047BA;
}
.TagClassName
{
border-color: #D047BA;
}
</style>