#D34DCC

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

Shades of Fuchsia #D34DCC

Tints of Fuchsia #D34DCC

Color information

#D34DCC (or 0xD34DCC) is unknown color: approx Fuchsia. HEX triplet: D3, 4D and CC. RGB value is (211,77,204). Sum of RGB (Red+Green+Blue) = 211+77+204=492 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.89% from 492); Green value is 77 (30.47% from 255 or 15.65% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 211 - color contains mainly: red. Hex color #D34DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D34DCC is #2CB233. Grayscale: #838383. Windows color (decimal): -2929204 or 13389267. OLE color: 13389267.

HSL color Cylindrical-coordinate representation of color #D34DCC: hue angle of 303.13º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D34DCC is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB21177204-
CMYK00.640.030.17
HSL303.13º60.36%56.47%-
HSV(B)303.13º63.51%82.75%-
XYZ40.4223.5259.54-
YUV131.54168.89184.67-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.89%
GREEN value IS 77 (30.47% from 255) = 15.65%
BLUE value IS 204 (80.08% from 255) = 41.46%
R=42.89%
G=15.65%
B=41.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2117720400.640.030.17303.1360.3656.47
HexD34DCC04031112f3c38
Octal32311531401003214577470
Binary11010011100110111001100010000001110001100101111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34DCC; }

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

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

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

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

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

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

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

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