Shades of Fuchsia #D140C8
Tints of Fuchsia #D140C8
RGB
CMYK
RGB Variations
Color information
#D140C8 (or 0xD140C8) is known color: Fuchsia. HEX triplet: D1, 40 and C8. RGB value is (209,64,200). Sum of RGB (Red+Green+Blue) = 209+64+200=473 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.19% from 473); Green value is 64 (25.39% from 255 or 13.53% from 473); Blue value is 200 (78.52% from 255 or 42.28% from 473); Max value from RGB is 209 - color contains mainly: red. Hex color #D140C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D140C8 is #2EBF37. Grayscale: #7A7A7A. Windows color (decimal): -3063608 or 13123793. OLE color: 13123793.
HSL color Cylindrical-coordinate representation of color #D140C8: hue angle of 303.72º 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 #D140C8 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 64 | 200 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.18 |
| HSL | 303.72º | 0.61% | 0.54% | - |
| HSV(B) | 303.72º | 0.69% | 0.82% | - |
| XYZ | 38.55 | 21.39 | 56.74 | - |
| YUV | 122.86 | 171.54 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 64 | 200 | 0 | 0.69 | 0.04 | 0.18 | 303.72 | 0.61 | 0.54 |
| Hex | D1 | 40 | C8 | 0 | 45 | 4 | 12 | 130 | 3D | 36 |
| Octal | 321 | 100 | 310 | 0 | 105 | 4 | 22 | 460 | 75 | 66 |
| Binary | 11010001 | 1000000 | 11001000 | 0 | 1000101 | 100 | 10010 | 100110000 | 111101 | 110110 |
Color Harmonies of #D140C8
Complementary color
Monochromatic Colors of #D140C8
Black with #D140C8
Text Example
Text Example
White with #D140C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D140C8; }
p { color: rgb(209,64,200); }
H1.HeaderClassName
{
color: #D140C8;
}
.AnyTagClassName
{
color: #D140C8;
}
</style>
background-color css
<style>
a { background-color: #D140C8; }
a { background-color: rgb(209,64,200); }
div.DivClassName
{
background-color: #D140C8;
}
.BgClassName
{
background-color: #D140C8;
}
</style>
border-color css
<style>
span { border-color: #D140C8; }
span { border-color: rgb(209,64,200); }
td.TdClassName
{
border-color: #D140C8;
}
.TagClassName
{
border-color: #D140C8;
}
</style>