#D23EBC

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

Shades of Fuchsia #D23EBC

Tints of Fuchsia #D23EBC

Color information

#D23EBC (or 0xD23EBC) is unknown color: approx Fuchsia. HEX triplet: D2, 3E and BC. RGB value is (210,62,188). Sum of RGB (Red+Green+Blue) = 210+62+188=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 62 (24.61% from 255 or 13.48% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 210 - color contains mainly: red. Hex color #D23EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23EBC is #2DC143. Grayscale: #787878. Windows color (decimal): -2998596 or 12336850. OLE color: 12336850.

HSL color Cylindrical-coordinate representation of color #D23EBC: hue angle of 308.92º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D23EBC is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB21062188-
CMYK00.700.100.18
HSL308.92º62.18%53.33%-
HSV(B)308.92º70.48%82.35%-
XYZ37.3820.7849.62-
YUV120.62166.03191.75-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.65%
GREEN value IS 62 (24.61% from 255) = 13.48%
BLUE value IS 188 (73.83% from 255) = 40.87%
R=45.65%
G=13.48%
B=40.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2106218800.700.100.18308.9262.1853.33
HexD23EBC046A121353e35
Octal32276274010612224657665
Binary110100101111101011110001000110101010010100110101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23EBC; }

 p { color: rgb(210,62,188); }

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

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

 a { background-color: rgb(210,62,188); }

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

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

 span { border-color: rgb(210,62,188); }

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