#D25EC1

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

Shades of Fuchsia #D25EC1

Tints of Fuchsia #D25EC1

Color information

#D25EC1 (or 0xD25EC1) is unknown color: approx Fuchsia. HEX triplet: D2, 5E and C1. RGB value is (210,94,193). Sum of RGB (Red+Green+Blue) = 210+94+193=497 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.25% from 497); Green value is 94 (37.11% from 255 or 18.91% from 497); Blue value is 193 (75.78% from 255 or 38.83% from 497); Max value from RGB is 210 - color contains mainly: red. Hex color #D25EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25EC1 is #2DA13E. Grayscale: #8B8B8B. Windows color (decimal): -2990399 or 12672722. OLE color: 12672722.

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

Color convert

RGB21094193-
CMYK00.550.080.18
HSL308.79º56.31%59.61%-
HSV(B)308.79º55.24%82.35%-
XYZ40.2125.5653.27-
YUV139.97157.93177.95-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.25%
GREEN value IS 94 (37.11% from 255) = 18.91%
BLUE value IS 193 (75.78% from 255) = 38.83%
R=42.25%
G=18.91%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109419300.550.080.18308.7956.3159.61
HexD25EC1037812135383c
Octal32213630106710224657074
Binary110100101011110110000010110111100010010100110101111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25EC1; }

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

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

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

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

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

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

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

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