#D23EC0

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

Shades of Fuchsia #D23EC0

Tints of Fuchsia #D23EC0

Color information

#D23EC0 (or 0xD23EC0) is unknown color: approx Fuchsia. HEX triplet: D2, 3E and C0. RGB value is (210,62,192). Sum of RGB (Red+Green+Blue) = 210+62+192=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 62 (24.61% from 255 or 13.36% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 210 - color contains mainly: red. Hex color #D23EC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23EC0 is #2DC13F. Grayscale: #787878. Windows color (decimal): -2998592 or 12598994. OLE color: 12598994.

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

Color convert

RGB21062192-
CMYK00.700.090.18
HSL307.3º62.18%53.33%-
HSV(B)307.3º70.48%82.35%-
XYZ37.8220.9551.92-
YUV121.07168.03191.43-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.26%
GREEN value IS 62 (24.61% from 255) = 13.36%
BLUE value IS 192 (75.39% from 255) = 41.38%
R=45.26%
G=13.36%
B=41.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2106219200.700.090.18307.362.1853.33
HexD23EC00469121333e35
Octal32276300010611224637665
Binary110100101111101100000001000110100110010100110011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23EC0; }

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

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

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

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

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

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

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

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