#D658C3

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

Shades of Fuchsia #D658C3

Tints of Fuchsia #D658C3

Color information

#D658C3 (or 0xD658C3) is unknown color: approx Fuchsia. HEX triplet: D6, 58 and C3. RGB value is (214,88,195). Sum of RGB (Red+Green+Blue) = 214+88+195=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 88 (34.77% from 255 or 17.71% from 497); Blue value is 195 (76.56% from 255 or 39.24% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D658C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D658C3 is #29A73C. Grayscale: #898989. Windows color (decimal): -2729789 or 12802262. OLE color: 12802262.

HSL color Cylindrical-coordinate representation of color #D658C3: hue angle of 309.05º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D658C3 is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB21488195-
CMYK00.590.090.16
HSL309.05º60.58%59.22%-
HSV(B)309.05º58.88%83.92%-
XYZ41.0725.2254.33-
YUV137.87160.24182.3-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.06%
GREEN value IS 88 (34.77% from 255) = 17.71%
BLUE value IS 195 (76.56% from 255) = 39.24%
R=43.06%
G=17.71%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2148819500.590.090.16309.0560.5859.22
HexD658C303B9101353d3b
Octal32613030307311204657573
Binary110101101011000110000110111011100110000100110101111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D658C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D658C3; }

 p { color: rgb(214,88,195); }

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

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

 a { background-color: rgb(214,88,195); }

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

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

 span { border-color: rgb(214,88,195); }

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