Shades of Fuchsia #D043BF
Tints of Fuchsia #D043BF
RGB
CMYK
RGB Variations
Color information
#D043BF (or 0xD043BF) is known color: Fuchsia. HEX triplet: D0, 43 and BF. RGB value is (208,67,191). Sum of RGB (Red+Green+Blue) = 208+67+191=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 67 (26.56% from 255 or 14.38% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 208 - color contains mainly: red. Hex color #D043BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D043BF is #2FBC40. Grayscale: #7A7A7A. Windows color (decimal): -3128385 or 12534736. OLE color: 12534736.
HSL color Cylindrical-coordinate representation of color #D043BF: hue angle of 307.23º 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 #D043BF is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 67 | 191 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.18 |
| HSL | 307.23º | 0.6% | 0.54% | - |
| HSV(B) | 307.23º | 0.68% | 0.82% | - |
| XYZ | 37.42 | 21.19 | 51.41 | - |
| YUV | 123.3 | 166.21 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 67 | 191 | 0 | 0.68 | 0.08 | 0.18 | 307.23 | 0.6 | 0.54 |
| Hex | D0 | 43 | BF | 0 | 44 | 8 | 12 | 133 | 3C | 36 |
| Octal | 320 | 103 | 277 | 0 | 104 | 10 | 22 | 463 | 74 | 66 |
| Binary | 11010000 | 1000011 | 10111111 | 0 | 1000100 | 1000 | 10010 | 100110011 | 111100 | 110110 |
Color Harmonies of #D043BF
Complementary color
Monochromatic Colors of #D043BF
Black with #D043BF
Text Example
Text Example
White with #D043BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D043BF; }
p { color: rgb(208,67,191); }
H1.HeaderClassName
{
color: #D043BF;
}
.AnyTagClassName
{
color: #D043BF;
}
</style>
background-color css
<style>
a { background-color: #D043BF; }
a { background-color: rgb(208,67,191); }
div.DivClassName
{
background-color: #D043BF;
}
.BgClassName
{
background-color: #D043BF;
}
</style>
border-color css
<style>
span { border-color: #D043BF; }
span { border-color: rgb(208,67,191); }
td.TdClassName
{
border-color: #D043BF;
}
.TagClassName
{
border-color: #D043BF;
}
</style>