Shades of Fuchsia #D040BD
Tints of Fuchsia #D040BD
RGB
CMYK
RGB Variations
Color information
#D040BD (or 0xD040BD) is known color: Fuchsia. HEX triplet: D0, 40 and BD. RGB value is (208,64,189). Sum of RGB (Red+Green+Blue) = 208+64+189=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 64 (25.39% from 255 or 13.88% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 208 - color contains mainly: red. Hex color #D040BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D040BD is #2FBF42. Grayscale: #787878. Windows color (decimal): -3129155 or 12402896. OLE color: 12402896.
HSL color Cylindrical-coordinate representation of color #D040BD: hue angle of 307.92º 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 #D040BD is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 64 | 189 | - |
| CMYK | 0 | 0.69 | 0.09 | 0.18 |
| HSL | 307.92º | 0.61% | 0.53% | - |
| HSV(B) | 307.92º | 0.69% | 0.82% | - |
| XYZ | 37.03 | 20.75 | 50.2 | - |
| YUV | 121.31 | 166.21 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 64 | 189 | 0 | 0.69 | 0.09 | 0.18 | 307.92 | 0.61 | 0.53 |
| Hex | D0 | 40 | BD | 0 | 45 | 9 | 12 | 134 | 3D | 35 |
| Octal | 320 | 100 | 275 | 0 | 105 | 11 | 22 | 464 | 75 | 65 |
| Binary | 11010000 | 1000000 | 10111101 | 0 | 1000101 | 1001 | 10010 | 100110100 | 111101 | 110101 |
Color Harmonies of #D040BD
Complementary color
Monochromatic Colors of #D040BD
Black with #D040BD
Text Example
Text Example
White with #D040BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D040BD; }
p { color: rgb(208,64,189); }
H1.HeaderClassName
{
color: #D040BD;
}
.AnyTagClassName
{
color: #D040BD;
}
</style>
background-color css
<style>
a { background-color: #D040BD; }
a { background-color: rgb(208,64,189); }
div.DivClassName
{
background-color: #D040BD;
}
.BgClassName
{
background-color: #D040BD;
}
</style>
border-color css
<style>
span { border-color: #D040BD; }
span { border-color: rgb(208,64,189); }
td.TdClassName
{
border-color: #D040BD;
}
.TagClassName
{
border-color: #D040BD;
}
</style>