Shades of Fuchsia #D043BA
Tints of Fuchsia #D043BA
RGB
CMYK
RGB Variations
Color information
#D043BA (or 0xD043BA) is known color: Fuchsia. HEX triplet: D0, 43 and BA. RGB value is (208,67,186). Sum of RGB (Red+Green+Blue) = 208+67+186=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 67 (26.56% from 255 or 14.53% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 208 - color contains mainly: red. Hex color #D043BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D043BA is #2FBC45. Grayscale: #7A7A7A. Windows color (decimal): -3128390 or 12207056. OLE color: 12207056.
HSL color Cylindrical-coordinate representation of color #D043BA: hue angle of 309.36º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D043BA is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 67 | 186 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.18 |
| HSL | 309.36º | 0.6% | 0.54% | - |
| HSV(B) | 309.36º | 0.68% | 0.82% | - |
| XYZ | 36.88 | 20.97 | 48.56 | - |
| YUV | 122.73 | 163.71 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 67 | 186 | 0 | 0.68 | 0.11 | 0.18 | 309.36 | 0.6 | 0.54 |
| Hex | D0 | 43 | BA | 0 | 44 | B | 12 | 135 | 3C | 36 |
| Octal | 320 | 103 | 272 | 0 | 104 | 13 | 22 | 465 | 74 | 66 |
| Binary | 11010000 | 1000011 | 10111010 | 0 | 1000100 | 1011 | 10010 | 100110101 | 111100 | 110110 |
Color Harmonies of #D043BA
Complementary color
Monochromatic Colors of #D043BA
Black with #D043BA
Text Example
Text Example
White with #D043BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D043BA; }
p { color: rgb(208,67,186); }
H1.HeaderClassName
{
color: #D043BA;
}
.AnyTagClassName
{
color: #D043BA;
}
</style>
background-color css
<style>
a { background-color: #D043BA; }
a { background-color: rgb(208,67,186); }
div.DivClassName
{
background-color: #D043BA;
}
.BgClassName
{
background-color: #D043BA;
}
</style>
border-color css
<style>
span { border-color: #D043BA; }
span { border-color: rgb(208,67,186); }
td.TdClassName
{
border-color: #D043BA;
}
.TagClassName
{
border-color: #D043BA;
}
</style>