Shades of Fuchsia #D140C5
Tints of Fuchsia #D140C5
RGB
CMYK
RGB Variations
Color information
#D140C5 (or 0xD140C5) is known color: Fuchsia. HEX triplet: D1, 40 and C5. RGB value is (209,64,197). Sum of RGB (Red+Green+Blue) = 209+64+197=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 64 (25.39% from 255 or 13.62% from 470); Blue value is 197 (77.34% from 255 or 41.91% from 470); Max value from RGB is 209 - color contains mainly: red. Hex color #D140C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D140C5 is #2EBF3A. Grayscale: #7A7A7A. Windows color (decimal): -3063611 or 12927185. OLE color: 12927185.
HSL color Cylindrical-coordinate representation of color #D140C5: hue angle of 304.97º 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 #D140C5 is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 64 | 197 | - |
| CMYK | 0 | 0.69 | 0.06 | 0.18 |
| HSL | 304.97º | 0.61% | 0.54% | - |
| HSV(B) | 304.97º | 0.69% | 0.82% | - |
| XYZ | 38.21 | 21.25 | 54.91 | - |
| YUV | 122.52 | 170.04 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 64 | 197 | 0 | 0.69 | 0.06 | 0.18 | 304.97 | 0.61 | 0.54 |
| Hex | D1 | 40 | C5 | 0 | 45 | 6 | 12 | 131 | 3D | 36 |
| Octal | 321 | 100 | 305 | 0 | 105 | 6 | 22 | 461 | 75 | 66 |
| Binary | 11010001 | 1000000 | 11000101 | 0 | 1000101 | 110 | 10010 | 100110001 | 111101 | 110110 |
Color Harmonies of #D140C5
Complementary color
Monochromatic Colors of #D140C5
Black with #D140C5
Text Example
Text Example
White with #D140C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D140C5; }
p { color: rgb(209,64,197); }
H1.HeaderClassName
{
color: #D140C5;
}
.AnyTagClassName
{
color: #D140C5;
}
</style>
background-color css
<style>
a { background-color: #D140C5; }
a { background-color: rgb(209,64,197); }
div.DivClassName
{
background-color: #D140C5;
}
.BgClassName
{
background-color: #D140C5;
}
</style>
border-color css
<style>
span { border-color: #D140C5; }
span { border-color: rgb(209,64,197); }
td.TdClassName
{
border-color: #D140C5;
}
.TagClassName
{
border-color: #D140C5;
}
</style>