#D640C4

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

Shades of Fuchsia #D640C4

Tints of Fuchsia #D640C4

Color information

#D640C4 (or 0xD640C4) is unknown color: approx Fuchsia. HEX triplet: D6, 40 and C4. RGB value is (214,64,196). Sum of RGB (Red+Green+Blue) = 214+64+196=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 64 (25.39% from 255 or 13.50% from 474); Blue value is 196 (76.95% from 255 or 41.35% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D640C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D640C4 is #29BF3B. Grayscale: #7B7B7B. Windows color (decimal): -2735932 or 12861654. OLE color: 12861654.

HSL color Cylindrical-coordinate representation of color #D640C4: hue angle of 307.2º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D640C4 is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB21464196-
CMYK00.700.080.16
HSL307.2º64.66%54.51%-
HSV(B)307.2º70.09%83.92%-
XYZ39.5321.9554.38-
YUV123.9168.7192.27-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.15%
GREEN value IS 64 (25.39% from 255) = 13.50%
BLUE value IS 196 (76.95% from 255) = 41.35%
R=45.15%
G=13.50%
B=41.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2146419600.700.080.16307.264.6654.51
HexD640C40468101334137
Octal3261003040106102046310167
Binary11010110100000011000100010001101000100001001100111000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D640C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D640C4; }

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

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

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

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

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

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

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

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