Shades of Fuchsia #D040D1
Tints of Fuchsia #D040D1
RGB
CMYK
RGB Variations
Color information
#D040D1 (or 0xD040D1) is known color: Fuchsia. HEX triplet: D0, 40 and D1. RGB value is (208,64,209). Sum of RGB (Red+Green+Blue) = 208+64+209=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 64 (25.39% from 255 or 13.31% from 481); Blue value is 209 (82.03% from 255 or 43.45% from 481); Max value from RGB is 209 - color contains mainly: blue. Hex color #D040D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D040D1 is #2FBF2E. Grayscale: #7B7B7B. Windows color (decimal): -3129135 or 13713616. OLE color: 13713616.
HSL color Cylindrical-coordinate representation of color #D040D1: hue angle of 299.59º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D040D1 is Cyan = 0.00, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 64 | 209 | - |
| CMYK | 0.00 | 0.69 | 0 | 0.18 |
| HSL | 299.59º | 0.61% | 0.54% | - |
| HSV(B) | 299.59º | 0.69% | 0.82% | - |
| XYZ | 39.35 | 21.68 | 62.43 | - |
| YUV | 123.59 | 176.21 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 64 | 209 | 0.00 | 0.69 | 0 | 0.18 | 299.59 | 0.61 | 0.54 |
| Hex | D0 | 40 | D1 | 0 | 45 | 0 | 12 | 12C | 3D | 36 |
| Octal | 320 | 100 | 321 | 0 | 105 | 0 | 22 | 454 | 75 | 66 |
| Binary | 11010000 | 1000000 | 11010001 | 0 | 1000101 | 0 | 10010 | 100101100 | 111101 | 110110 |
Color Harmonies of #D040D1
Complementary color
Monochromatic Colors of #D040D1
Black with #D040D1
Text Example
Text Example
White with #D040D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D040D1; }
p { color: rgb(208,64,209); }
H1.HeaderClassName
{
color: #D040D1;
}
.AnyTagClassName
{
color: #D040D1;
}
</style>
background-color css
<style>
a { background-color: #D040D1; }
a { background-color: rgb(208,64,209); }
div.DivClassName
{
background-color: #D040D1;
}
.BgClassName
{
background-color: #D040D1;
}
</style>
border-color css
<style>
span { border-color: #D040D1; }
span { border-color: rgb(208,64,209); }
td.TdClassName
{
border-color: #D040D1;
}
.TagClassName
{
border-color: #D040D1;
}
</style>