#D05EC1

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

Shades of Fuchsia #D05EC1

Tints of Fuchsia #D05EC1

Color information

#D05EC1 (or 0xD05EC1) is unknown color: approx Fuchsia. HEX triplet: D0, 5E and C1. RGB value is (208,94,193). Sum of RGB (Red+Green+Blue) = 208+94+193=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 94 (37.11% from 255 or 18.99% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 208 - color contains mainly: red. Hex color #D05EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05EC1 is #2FA13E. Grayscale: #8B8B8B. Windows color (decimal): -3121471 or 12672720. OLE color: 12672720.

HSL color Cylindrical-coordinate representation of color #D05EC1: hue angle of 307.89º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D05EC1 is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB20894193-
CMYK00.550.070.18
HSL307.89º54.81%59.22%-
HSV(B)307.89º54.81%81.57%-
XYZ39.6425.2753.24-
YUV139.37158.27176.95-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.02%
GREEN value IS 94 (37.11% from 255) = 18.99%
BLUE value IS 193 (75.78% from 255) = 38.99%
R=42.02%
G=18.99%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089419300.550.070.18307.8954.8159.22
HexD05EC1037712134373b
Octal3201363010677224646773
Binary11010000101111011000001011011111110010100110100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05EC1; }

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

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

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

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

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

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

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

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