Shades of Fuchsia #D034BA
Tints of Fuchsia #D034BA
RGB
CMYK
RGB Variations
Color information
#D034BA (or 0xD034BA) is known color: Fuchsia. HEX triplet: D0, 34 and BA. RGB value is (208,52,186). Sum of RGB (Red+Green+Blue) = 208+52+186=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 52 (20.70% from 255 or 11.66% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D034BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D034BA is #2FCB45. Grayscale: #717171. Windows color (decimal): -3132230 or 12203216. OLE color: 12203216.
HSL color Cylindrical-coordinate representation of color #D034BA: hue angle of 308.46º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D034BA is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 52 | 186 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.18 |
| HSL | 308.46º | 0.62% | 0.51% | - |
| HSV(B) | 308.46º | 0.75% | 0.82% | - |
| XYZ | 36.1 | 19.41 | 48.3 | - |
| YUV | 113.92 | 168.68 | 195.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 52 | 186 | 0 | 0.75 | 0.11 | 0.18 | 308.46 | 0.62 | 0.51 |
| Hex | D0 | 34 | BA | 0 | 4B | B | 12 | 134 | 3E | 33 |
| Octal | 320 | 64 | 272 | 0 | 113 | 13 | 22 | 464 | 76 | 63 |
| Binary | 11010000 | 110100 | 10111010 | 0 | 1001011 | 1011 | 10010 | 100110100 | 111110 | 110011 |
Color Harmonies of #D034BA
Complementary color
Monochromatic Colors of #D034BA
Black with #D034BA
Text Example
Text Example
White with #D034BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D034BA; }
p { color: rgb(208,52,186); }
H1.HeaderClassName
{
color: #D034BA;
}
.AnyTagClassName
{
color: #D034BA;
}
</style>
background-color css
<style>
a { background-color: #D034BA; }
a { background-color: rgb(208,52,186); }
div.DivClassName
{
background-color: #D034BA;
}
.BgClassName
{
background-color: #D034BA;
}
</style>
border-color css
<style>
span { border-color: #D034BA; }
span { border-color: rgb(208,52,186); }
td.TdClassName
{
border-color: #D034BA;
}
.TagClassName
{
border-color: #D034BA;
}
</style>