Shades of Fuchsia #D040B6
Tints of Fuchsia #D040B6
RGB
CMYK
RGB Variations
Color information
#D040B6 (or 0xD040B6) is known color: Fuchsia. HEX triplet: D0, 40 and B6. RGB value is (208,64,182). Sum of RGB (Red+Green+Blue) = 208+64+182=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 64 (25.39% from 255 or 14.10% from 454); Blue value is 182 (71.48% from 255 or 40.09% from 454); Max value from RGB is 208 - color contains mainly: red. Hex color #D040B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D040B6 is #2FBF49. Grayscale: #787878. Windows color (decimal): -3129162 or 11944144. OLE color: 11944144.
HSL color Cylindrical-coordinate representation of color #D040B6: hue angle of 310.83º 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 #D040B6 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 64 | 182 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.18 |
| HSL | 310.83º | 0.61% | 0.53% | - |
| HSV(B) | 310.83º | 0.69% | 0.82% | - |
| XYZ | 36.29 | 20.45 | 46.29 | - |
| YUV | 120.51 | 162.71 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 64 | 182 | 0 | 0.69 | 0.12 | 0.18 | 310.83 | 0.61 | 0.53 |
| Hex | D0 | 40 | B6 | 0 | 45 | C | 12 | 137 | 3D | 35 |
| Octal | 320 | 100 | 266 | 0 | 105 | 14 | 22 | 467 | 75 | 65 |
| Binary | 11010000 | 1000000 | 10110110 | 0 | 1000101 | 1100 | 10010 | 100110111 | 111101 | 110101 |
Color Harmonies of #D040B6
Complementary color
Monochromatic Colors of #D040B6
Black with #D040B6
Text Example
Text Example
White with #D040B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D040B6; }
p { color: rgb(208,64,182); }
H1.HeaderClassName
{
color: #D040B6;
}
.AnyTagClassName
{
color: #D040B6;
}
</style>
background-color css
<style>
a { background-color: #D040B6; }
a { background-color: rgb(208,64,182); }
div.DivClassName
{
background-color: #D040B6;
}
.BgClassName
{
background-color: #D040B6;
}
</style>
border-color css
<style>
span { border-color: #D040B6; }
span { border-color: rgb(208,64,182); }
td.TdClassName
{
border-color: #D040B6;
}
.TagClassName
{
border-color: #D040B6;
}
</style>