Shades of Fuchsia #D040C5
Tints of Fuchsia #D040C5
RGB
CMYK
RGB Variations
Color information
#D040C5 (or 0xD040C5) is known color: Fuchsia. HEX triplet: D0, 40 and C5. RGB value is (208,64,197). Sum of RGB (Red+Green+Blue) = 208+64+197=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 64 (25.39% from 255 or 13.65% from 469); Blue value is 197 (77.34% from 255 or 42.00% from 469); Max value from RGB is 208 - color contains mainly: red. Hex color #D040C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D040C5 is #2FBF3A. Grayscale: #797979. Windows color (decimal): -3129147 or 12927184. OLE color: 12927184.
HSL color Cylindrical-coordinate representation of color #D040C5: hue angle of 304.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 #D040C5 is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 64 | 197 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.18 |
| HSL | 304.58º | 0.61% | 0.53% | - |
| HSV(B) | 304.58º | 0.69% | 0.82% | - |
| XYZ | 37.92 | 21.11 | 54.9 | - |
| YUV | 122.22 | 170.21 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 64 | 197 | 0 | 0.69 | 0.05 | 0.18 | 304.58 | 0.61 | 0.53 |
| Hex | D0 | 40 | C5 | 0 | 45 | 5 | 12 | 131 | 3D | 35 |
| Octal | 320 | 100 | 305 | 0 | 105 | 5 | 22 | 461 | 75 | 65 |
| Binary | 11010000 | 1000000 | 11000101 | 0 | 1000101 | 101 | 10010 | 100110001 | 111101 | 110101 |
Color Harmonies of #D040C5
Complementary color
Monochromatic Colors of #D040C5
Black with #D040C5
Text Example
Text Example
White with #D040C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D040C5; }
p { color: rgb(208,64,197); }
H1.HeaderClassName
{
color: #D040C5;
}
.AnyTagClassName
{
color: #D040C5;
}
</style>
background-color css
<style>
a { background-color: #D040C5; }
a { background-color: rgb(208,64,197); }
div.DivClassName
{
background-color: #D040C5;
}
.BgClassName
{
background-color: #D040C5;
}
</style>
border-color css
<style>
span { border-color: #D040C5; }
span { border-color: rgb(208,64,197); }
td.TdClassName
{
border-color: #D040C5;
}
.TagClassName
{
border-color: #D040C5;
}
</style>