#D93EBE

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

Shades of Fuchsia #D93EBE

Tints of Fuchsia #D93EBE

Color information

#D93EBE (or 0xD93EBE) is unknown color: approx Fuchsia. HEX triplet: D9, 3E and BE. RGB value is (217,62,190). Sum of RGB (Red+Green+Blue) = 217+62+190=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 62 (24.61% from 255 or 13.22% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D93EBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93EBE is #26C141. Grayscale: #7A7A7A. Windows color (decimal): -2539842 or 12467929. OLE color: 12467929.

HSL color Cylindrical-coordinate representation of color #D93EBE: hue angle of 310.45º 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 #D93EBE is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB21762190-
CMYK00.710.120.15
HSL310.45º67.1%54.71%-
HSV(B)310.45º71.43%85.1%-
XYZ39.6321.9150.86-
YUV122.94165.85195.09-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.27%
GREEN value IS 62 (24.61% from 255) = 13.22%
BLUE value IS 190 (74.61% from 255) = 40.51%
R=46.27%
G=13.22%
B=40.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2176219000.710.120.15310.4567.154.71
HexD93EBE047CF1364337
Octal331762760107141746610367
Binary110110011111101011111001000111110011111001101101000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93EBE; }

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

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

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

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

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

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

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

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