#d93eb9

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

Shades of Fuchsia #D93EB9

Tints of Fuchsia #D93EB9

Color information

#D93EB9 (or 0xD93EB9) is unknown color: approx Fuchsia. HEX triplet: D9, 3E and B9. RGB value is (217,62,185). Sum of RGB (Red+Green+Blue) = 217+62+185=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 62 (24.61% from 255 or 13.36% from 464); Blue value is 185 (72.66% from 255 or 39.87% from 464); Max value from RGB is 217 - color contains mainly: red. Hex color #D93EB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93EB9 is #26C146. Grayscale: #7A7A7A. Windows color (decimal): -2539847 or 12140249. OLE color: 12140249.

HSL color Cylindrical-coordinate representation of color #D93EB9: hue angle of 312.39º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D93EB9 is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB21762185-
CMYK00.710.150.15
HSL312.39º67.1%54.71%-
HSV(B)312.39º71.43%85.1%-
XYZ39.0921.748.03-
YUV122.37163.35195.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.77%
GREEN value IS 62 (24.61% from 255) = 13.36%
BLUE value IS 185 (72.66% from 255) = 39.87%
R=46.77%
G=13.36%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2176218500.710.150.15312.3967.154.71
HexD93EB9047FF1384337
Octal331762710107171747010367
Binary110110011111101011100101000111111111111001110001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d93eb9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d93eb9; }

 p { color: rgb(217,62,185); }

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

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

 a { background-color: rgb(217,62,185); }

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

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

 span { border-color: rgb(217,62,185); }

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