Shades of Fuchsia #D040B9
Tints of Fuchsia #D040B9
RGB
CMYK
RGB Variations
Color information
#D040B9 (or 0xD040B9) is known color: Fuchsia. HEX triplet: D0, 40 and B9. RGB value is (208,64,185). Sum of RGB (Red+Green+Blue) = 208+64+185=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 64 (25.39% from 255 or 14.00% from 457); Blue value is 185 (72.66% from 255 or 40.48% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D040B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D040B9 is #2FBF46. Grayscale: #787878. Windows color (decimal): -3129159 or 12140752. OLE color: 12140752.
HSL color Cylindrical-coordinate representation of color #D040B9: hue angle of 309.58º 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 #D040B9 is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 64 | 185 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.18 |
| HSL | 309.58º | 0.61% | 0.53% | - |
| HSV(B) | 309.58º | 0.69% | 0.82% | - |
| XYZ | 36.6 | 20.58 | 47.94 | - |
| YUV | 120.85 | 164.21 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 64 | 185 | 0 | 0.69 | 0.11 | 0.18 | 309.58 | 0.61 | 0.53 |
| Hex | D0 | 40 | B9 | 0 | 45 | B | 12 | 136 | 3D | 35 |
| Octal | 320 | 100 | 271 | 0 | 105 | 13 | 22 | 466 | 75 | 65 |
| Binary | 11010000 | 1000000 | 10111001 | 0 | 1000101 | 1011 | 10010 | 100110110 | 111101 | 110101 |
Color Harmonies of #D040B9
Complementary color
Monochromatic Colors of #D040B9
Black with #D040B9
Text Example
Text Example
White with #D040B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D040B9; }
p { color: rgb(208,64,185); }
H1.HeaderClassName
{
color: #D040B9;
}
.AnyTagClassName
{
color: #D040B9;
}
</style>
background-color css
<style>
a { background-color: #D040B9; }
a { background-color: rgb(208,64,185); }
div.DivClassName
{
background-color: #D040B9;
}
.BgClassName
{
background-color: #D040B9;
}
</style>
border-color css
<style>
span { border-color: #D040B9; }
span { border-color: rgb(208,64,185); }
td.TdClassName
{
border-color: #D040B9;
}
.TagClassName
{
border-color: #D040B9;
}
</style>