#D25EB4

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

Shades of Fuchsia #D25EB4

Tints of Fuchsia #D25EB4

Color information

#D25EB4 (or 0xD25EB4) is unknown color: approx Fuchsia. HEX triplet: D2, 5E and B4. RGB value is (210,94,180). Sum of RGB (Red+Green+Blue) = 210+94+180=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 94 (37.11% from 255 or 19.42% from 484); Blue value is 180 (70.70% from 255 or 37.19% from 484); Max value from RGB is 210 - color contains mainly: red. Hex color #D25EB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25EB4 is #2DA14B. Grayscale: #8A8A8A. Windows color (decimal): -2990412 or 11820754. OLE color: 11820754.

HSL color Cylindrical-coordinate representation of color #D25EB4: hue angle of 315.52º 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 #D25EB4 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB21094180-
CMYK00.550.140.18
HSL315.52º56.31%59.61%-
HSV(B)315.52º55.24%82.35%-
XYZ38.822545.96-
YUV138.49151.43179.01-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.39%
GREEN value IS 94 (37.11% from 255) = 19.42%
BLUE value IS 180 (70.70% from 255) = 37.19%
R=43.39%
G=19.42%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109418000.550.140.18315.5256.3159.61
HexD25EB4037E1213c383c
Octal32213626406716224747074
Binary110100101011110101101000110111111010010100111100111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25EB4; }

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

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

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

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

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

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

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

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