#D23EBF

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

Shades of Fuchsia #D23EBF

Tints of Fuchsia #D23EBF

Color information

#D23EBF (or 0xD23EBF) is unknown color: approx Fuchsia. HEX triplet: D2, 3E and BF. RGB value is (210,62,191). Sum of RGB (Red+Green+Blue) = 210+62+191=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 62 (24.61% from 255 or 13.39% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D23EBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23EBF is #2DC140. Grayscale: #787878. Windows color (decimal): -2998593 or 12533458. OLE color: 12533458.

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

Color convert

RGB21062191-
CMYK00.700.090.18
HSL307.7º62.18%53.33%-
HSV(B)307.7º70.48%82.35%-
XYZ37.720.9151.34-
YUV120.96167.53191.51-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.36%
GREEN value IS 62 (24.61% from 255) = 13.39%
BLUE value IS 191 (75% from 255) = 41.25%
R=45.36%
G=13.39%
B=41.25%

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
Decimal2106219100.700.090.18307.762.1853.33
HexD23EBF0469121343e35
Octal32276277010611224647665
Binary110100101111101011111101000110100110010100110100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23EBF; }

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

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

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

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

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

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

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

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