#D63EC0

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

Shades of Fuchsia #D63EC0

Tints of Fuchsia #D63EC0

Color information

#D63EC0 (or 0xD63EC0) is unknown color: approx Fuchsia. HEX triplet: D6, 3E and C0. RGB value is (214,62,192). Sum of RGB (Red+Green+Blue) = 214+62+192=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 62 (24.61% from 255 or 13.25% from 468); Blue value is 192 (75.39% from 255 or 41.03% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D63EC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63EC0 is #29C13F. Grayscale: #797979. Windows color (decimal): -2736448 or 12598998. OLE color: 12598998.

HSL color Cylindrical-coordinate representation of color #D63EC0: hue angle of 308.68º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D63EC0 is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB21462192-
CMYK00.710.100.16
HSL308.68º64.96%54.12%-
HSV(B)308.68º71.03%83.92%-
XYZ38.9721.5551.97-
YUV122.27167.36193.43-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.73%
GREEN value IS 62 (24.61% from 255) = 13.25%
BLUE value IS 192 (75.39% from 255) = 41.03%
R=45.73%
G=13.25%
B=41.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2146219200.710.100.16308.6864.9654.12
HexD63EC0047A101354136
Octal326763000107122046510166
Binary1101011011111011000000010001111010100001001101011000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63EC0; }

 p { color: rgb(214,62,192); }

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

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

 a { background-color: rgb(214,62,192); }

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

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

 span { border-color: rgb(214,62,192); }

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