Shades of Fuchsia #D040C7
Tints of Fuchsia #D040C7
RGB
CMYK
RGB Variations
Color information
#D040C7 (or 0xD040C7) is known color: Fuchsia. HEX triplet: D0, 40 and C7. RGB value is (208,64,199). Sum of RGB (Red+Green+Blue) = 208+64+199=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 64 (25.39% from 255 or 13.59% from 471); Blue value is 199 (78.12% from 255 or 42.25% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D040C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D040C7 is #2FBF38. Grayscale: #7A7A7A. Windows color (decimal): -3129145 or 13058256. OLE color: 13058256.
HSL color Cylindrical-coordinate representation of color #D040C7: hue angle of 303.75º 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 #D040C7 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 64 | 199 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.18 |
| HSL | 303.75º | 0.61% | 0.53% | - |
| HSV(B) | 303.75º | 0.69% | 0.82% | - |
| XYZ | 38.15 | 21.2 | 56.11 | - |
| YUV | 122.45 | 171.21 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 64 | 199 | 0 | 0.69 | 0.04 | 0.18 | 303.75 | 0.61 | 0.53 |
| Hex | D0 | 40 | C7 | 0 | 45 | 4 | 12 | 130 | 3D | 35 |
| Octal | 320 | 100 | 307 | 0 | 105 | 4 | 22 | 460 | 75 | 65 |
| Binary | 11010000 | 1000000 | 11000111 | 0 | 1000101 | 100 | 10010 | 100110000 | 111101 | 110101 |
Color Harmonies of #D040C7
Complementary color
Monochromatic Colors of #D040C7
Black with #D040C7
Text Example
Text Example
White with #D040C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D040C7; }
p { color: rgb(208,64,199); }
H1.HeaderClassName
{
color: #D040C7;
}
.AnyTagClassName
{
color: #D040C7;
}
</style>
background-color css
<style>
a { background-color: #D040C7; }
a { background-color: rgb(208,64,199); }
div.DivClassName
{
background-color: #D040C7;
}
.BgClassName
{
background-color: #D040C7;
}
</style>
border-color css
<style>
span { border-color: #D040C7; }
span { border-color: rgb(208,64,199); }
td.TdClassName
{
border-color: #D040C7;
}
.TagClassName
{
border-color: #D040C7;
}
</style>