#D646C8

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

Shades of Fuchsia #D646C8

Tints of Fuchsia #D646C8

Color information

#D646C8 (or 0xD646C8) is unknown color: approx Fuchsia. HEX triplet: D6, 46 and C8. RGB value is (214,70,200). Sum of RGB (Red+Green+Blue) = 214+70+200=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 70 (27.73% from 255 or 14.46% from 484); Blue value is 200 (78.52% from 255 or 41.32% from 484); Max value from RGB is 214 - color contains mainly: red. Hex color #D646C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D646C8 is #29B937. Grayscale: #7F7F7F. Windows color (decimal): -2734392 or 13125334. OLE color: 13125334.

HSL color Cylindrical-coordinate representation of color #D646C8: hue angle of 305.83º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D646C8 is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB21470200-
CMYK00.670.070.16
HSL305.83º63.72%55.69%-
HSV(B)305.83º67.29%83.92%-
XYZ40.3522.8556.93-
YUV127.88168.71189.43-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.21%
GREEN value IS 70 (27.73% from 255) = 14.46%
BLUE value IS 200 (78.52% from 255) = 41.32%
R=44.21%
G=14.46%
B=41.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147020000.670.070.16305.8363.7255.69
HexD646C80437101324038
Octal326106310010372046210070
Binary1101011010001101100100001000011111100001001100101000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D646C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D646C8; }

 p { color: rgb(214,70,200); }

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

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

 a { background-color: rgb(214,70,200); }

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

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

 span { border-color: rgb(214,70,200); }

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