#D35EC1

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

Shades of Fuchsia #D35EC1

Tints of Fuchsia #D35EC1

Color information

#D35EC1 (or 0xD35EC1) is unknown color: approx Fuchsia. HEX triplet: D3, 5E and C1. RGB value is (211,94,193). Sum of RGB (Red+Green+Blue) = 211+94+193=498 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.37% from 498); Green value is 94 (37.11% from 255 or 18.88% from 498); Blue value is 193 (75.78% from 255 or 38.76% from 498); Max value from RGB is 211 - color contains mainly: red. Hex color #D35EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35EC1 is #2CA13E. Grayscale: #8B8B8B. Windows color (decimal): -2924863 or 12672723. OLE color: 12672723.

HSL color Cylindrical-coordinate representation of color #D35EC1: hue angle of 309.23º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D35EC1 is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB21194193-
CMYK00.550.090.17
HSL309.23º57.07%59.8%-
HSV(B)309.23º55.45%82.75%-
XYZ40.4925.753.28-
YUV140.27157.76178.45-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.37%
GREEN value IS 94 (37.11% from 255) = 18.88%
BLUE value IS 193 (75.78% from 255) = 38.76%
R=42.37%
G=18.88%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2119419300.550.090.17309.2357.0759.8
HexD35EC1037911135393c
Octal32313630106711214657174
Binary110100111011110110000010110111100110001100110101111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35EC1; }

 p { color: rgb(211,94,193); }

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

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

 a { background-color: rgb(211,94,193); }

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

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

 span { border-color: rgb(211,94,193); }

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