Shades of Fuchsia #D040BE
Tints of Fuchsia #D040BE
RGB
CMYK
RGB Variations
Color information
#D040BE (or 0xD040BE) is known color: Fuchsia. HEX triplet: D0, 40 and BE. RGB value is (208,64,190). Sum of RGB (Red+Green+Blue) = 208+64+190=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 64 (25.39% from 255 or 13.85% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 208 - color contains mainly: red. Hex color #D040BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D040BE is #2FBF41. Grayscale: #797979. Windows color (decimal): -3129154 or 12468432. OLE color: 12468432.
HSL color Cylindrical-coordinate representation of color #D040BE: hue angle of 307.5º 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 #D040BE is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 64 | 190 | - |
| CMYK | 0 | 0.69 | 0.09 | 0.18 |
| HSL | 307.5º | 0.61% | 0.53% | - |
| HSV(B) | 307.5º | 0.69% | 0.82% | - |
| XYZ | 37.14 | 20.79 | 50.77 | - |
| YUV | 121.42 | 166.71 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 64 | 190 | 0 | 0.69 | 0.09 | 0.18 | 307.5 | 0.61 | 0.53 |
| Hex | D0 | 40 | BE | 0 | 45 | 9 | 12 | 134 | 3D | 35 |
| Octal | 320 | 100 | 276 | 0 | 105 | 11 | 22 | 464 | 75 | 65 |
| Binary | 11010000 | 1000000 | 10111110 | 0 | 1000101 | 1001 | 10010 | 100110100 | 111101 | 110101 |
Color Harmonies of #D040BE
Complementary color
Monochromatic Colors of #D040BE
Black with #D040BE
Text Example
Text Example
White with #D040BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D040BE; }
p { color: rgb(208,64,190); }
H1.HeaderClassName
{
color: #D040BE;
}
.AnyTagClassName
{
color: #D040BE;
}
</style>
background-color css
<style>
a { background-color: #D040BE; }
a { background-color: rgb(208,64,190); }
div.DivClassName
{
background-color: #D040BE;
}
.BgClassName
{
background-color: #D040BE;
}
</style>
border-color css
<style>
span { border-color: #D040BE; }
span { border-color: rgb(208,64,190); }
td.TdClassName
{
border-color: #D040BE;
}
.TagClassName
{
border-color: #D040BE;
}
</style>