#D23FCA

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

Shades of Fuchsia #D23FCA

Tints of Fuchsia #D23FCA

Color information

#D23FCA (or 0xD23FCA) is unknown color: approx Fuchsia. HEX triplet: D2, 3F and CA. RGB value is (210,63,202). Sum of RGB (Red+Green+Blue) = 210+63+202=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 63 (25% from 255 or 13.26% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 210 - color contains mainly: red. Hex color #D23FCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23FCA is #2DC035. Grayscale: #7A7A7A. Windows color (decimal): -2998326 or 13254610. OLE color: 13254610.

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

Color convert

RGB21063202-
CMYK00.700.040.18
HSL303.27º62.03%53.53%-
HSV(B)303.27º70%82.35%-
XYZ39.0221.5257.97-
YUV122.8172.7190.2-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.21%
GREEN value IS 63 (25% from 255) = 13.26%
BLUE value IS 202 (79.30% from 255) = 42.53%
R=44.21%
G=13.26%
B=42.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2106320200.700.040.18303.2762.0353.53
HexD23FCA04641212f3e36
Octal3227731201064224577666
Binary11010010111111110010100100011010010010100101111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23FCA; }

 p { color: rgb(210,63,202); }

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

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

 a { background-color: rgb(210,63,202); }

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

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

 span { border-color: rgb(210,63,202); }

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