#D634C4

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

Shades of Fuchsia #D634C4

Tints of Fuchsia #D634C4

Color information

#D634C4 (or 0xD634C4) is unknown color: approx Fuchsia. HEX triplet: D6, 34 and C4. RGB value is (214,52,196). Sum of RGB (Red+Green+Blue) = 214+52+196=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 52 (20.70% from 255 or 11.26% from 462); Blue value is 196 (76.95% from 255 or 42.42% from 462); Max value from RGB is 214 - color contains mainly: red. Hex color #D634C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D634C4 is #29CB3B. Grayscale: #747474. Windows color (decimal): -2739004 or 12858582. OLE color: 12858582.

HSL color Cylindrical-coordinate representation of color #D634C4: hue angle of 306.67º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D634C4 is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB21452196-
CMYK00.760.080.16
HSL306.67º66.39%52.16%-
HSV(B)306.67º75.7%83.92%-
XYZ38.9220.7454.18-
YUV116.85172.67197.29-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.32%
GREEN value IS 52 (20.70% from 255) = 11.26%
BLUE value IS 196 (76.95% from 255) = 42.42%
R=46.32%
G=11.26%
B=42.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2145219600.760.080.16306.6766.3952.16
HexD634C404C8101334234
Octal326643040114102046310264
Binary1101011011010011000100010011001000100001001100111000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D634C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D634C4; }

 p { color: rgb(214,52,196); }

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

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

 a { background-color: rgb(214,52,196); }

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

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

 span { border-color: rgb(214,52,196); }

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