Shades of Fuchsia #D040BF
Tints of Fuchsia #D040BF
RGB
CMYK
RGB Variations
Color information
#D040BF (or 0xD040BF) is known color: Fuchsia. HEX triplet: D0, 40 and BF. RGB value is (208,64,191). Sum of RGB (Red+Green+Blue) = 208+64+191=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 64 (25.39% from 255 or 13.82% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D040BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D040BF is #2FBF40. Grayscale: #797979. Windows color (decimal): -3129153 or 12533968. OLE color: 12533968.
HSL color Cylindrical-coordinate representation of color #D040BF: hue angle of 307.08º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D040BF is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 64 | 191 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.18 |
| HSL | 307.08º | 0.61% | 0.53% | - |
| HSV(B) | 307.08º | 0.69% | 0.82% | - |
| XYZ | 37.25 | 20.84 | 51.35 | - |
| YUV | 121.53 | 167.21 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 64 | 191 | 0 | 0.69 | 0.08 | 0.18 | 307.08 | 0.61 | 0.53 |
| Hex | D0 | 40 | BF | 0 | 45 | 8 | 12 | 133 | 3D | 35 |
| Octal | 320 | 100 | 277 | 0 | 105 | 10 | 22 | 463 | 75 | 65 |
| Binary | 11010000 | 1000000 | 10111111 | 0 | 1000101 | 1000 | 10010 | 100110011 | 111101 | 110101 |
Color Harmonies of #D040BF
Complementary color
Monochromatic Colors of #D040BF
Black with #D040BF
Text Example
Text Example
White with #D040BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D040BF; }
p { color: rgb(208,64,191); }
H1.HeaderClassName
{
color: #D040BF;
}
.AnyTagClassName
{
color: #D040BF;
}
</style>
background-color css
<style>
a { background-color: #D040BF; }
a { background-color: rgb(208,64,191); }
div.DivClassName
{
background-color: #D040BF;
}
.BgClassName
{
background-color: #D040BF;
}
</style>
border-color css
<style>
span { border-color: #D040BF; }
span { border-color: rgb(208,64,191); }
td.TdClassName
{
border-color: #D040BF;
}
.TagClassName
{
border-color: #D040BF;
}
</style>