#D140CC

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

Shades of Fuchsia #D140CC

Tints of Fuchsia #D140CC

Color information

#D140CC (or 0xD140CC) is unknown color: approx Fuchsia. HEX triplet: D1, 40 and CC. RGB value is (209,64,204). Sum of RGB (Red+Green+Blue) = 209+64+204=477 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.82% from 477); Green value is 64 (25.39% from 255 or 13.42% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 209 - color contains mainly: red. Hex color #D140CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D140CC is #2EBF33. Grayscale: #7A7A7A. Windows color (decimal): -3063604 or 13385937. OLE color: 13385937.

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

Color convert

RGB20964204-
CMYK00.690.020.18
HSL302.07º61.18%53.53%-
HSV(B)302.07º69.38%81.96%-
XYZ39.0321.5859.24-
YUV123.32173.54189.12-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.82%
GREEN value IS 64 (25.39% from 255) = 13.42%
BLUE value IS 204 (80.08% from 255) = 42.77%
R=43.82%
G=13.42%
B=42.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096420400.690.020.18302.0761.1853.53
HexD140CC04521212e3d36
Octal32110031401052224567566
Binary11010001100000011001100010001011010010100101110111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D140CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D140CC; }

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

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

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

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

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

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

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

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