#D340CC

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

Shades of Fuchsia #D340CC

Tints of Fuchsia #D340CC

Color information

#D340CC (or 0xD340CC) is unknown color: approx Fuchsia. HEX triplet: D3, 40 and CC. RGB value is (211,64,204). Sum of RGB (Red+Green+Blue) = 211+64+204=479 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.05% from 479); Green value is 64 (25.39% from 255 or 13.36% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 211 - color contains mainly: red. Hex color #D340CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D340CC is #2CBF33. Grayscale: #7B7B7B. Windows color (decimal): -2932532 or 13385939. OLE color: 13385939.

HSL color Cylindrical-coordinate representation of color #D340CC: hue angle of 302.86º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D340CC is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB21164204-
CMYK00.700.030.17
HSL302.86º62.55%53.92%-
HSV(B)302.86º69.67%82.75%-
XYZ39.621.8859.26-
YUV123.91173.2190.12-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.05%
GREEN value IS 64 (25.39% from 255) = 13.36%
BLUE value IS 204 (80.08% from 255) = 42.59%
R=44.05%
G=13.36%
B=42.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2116420400.700.030.17302.8662.5553.92
HexD340CC04631112f3f36
Octal32310031401063214577766
Binary11010011100000011001100010001101110001100101111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D340CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D340CC; }

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

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

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

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

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

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

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

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