#d140c6

Color #D140C6 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #D140C6

Tints of Fuchsia #D140C6

Color information

#D140C6 (or 0xD140C6) is unknown color: approx Fuchsia. HEX triplet: D1, 40 and C6. RGB value is (209,64,198). Sum of RGB (Red+Green+Blue) = 209+64+198=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 64 (25.39% from 255 or 13.59% from 471); Blue value is 198 (77.73% from 255 or 42.04% from 471); Max value from RGB is 209 - color contains mainly: red. Hex color #D140C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D140C6 is #2EBF39. Grayscale: #7A7A7A. Windows color (decimal): -3063610 or 12992721. OLE color: 12992721.

HSL color Cylindrical-coordinate representation of color #D140C6: hue angle of 304.55º 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 #D140C6 is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB20964198-
CMYK00.690.050.18
HSL304.55º61.18%53.53%-
HSV(B)304.55º69.38%81.96%-
XYZ38.3221.355.52-
YUV122.63170.54189.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 209 (82.03% from 255) = 44.37%
GREEN value IS 64 (25.39% from 255) = 13.59%
BLUE value IS 198 (77.73% from 255) = 42.04%
R=44.37%
G=13.59%
B=42.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096419800.690.050.18304.5561.1853.53
HexD140C60455121313d36
Octal32110030601055224617566
Binary110100011000000110001100100010110110010100110001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d140c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d140c6; }

 p { color: rgb(209,64,198); }

 H1.HeaderClassName
 {
   color: #d140c6;
 }
 .AnyTagClassName
 {
   color: #d140c6;
 }
</style>
background-color css

<style>
 a { background-color: #d140c6; }

 a { background-color: rgb(209,64,198); }

 div.DivClassName
 {
   background-color: #d140c6;
 }
 .BgClassName
 {
   background-color: #d140c6;
 }
</style>
border-color css

<style>
 span { border-color: #d140c6; }

 span { border-color: rgb(209,64,198); }

 td.TdClassName
 {
   border-color: #d140c6;
 }
 .TagClassName
 {
   border-color: #d140c6;
 }
</style>