#D23FC8

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

Shades of Fuchsia #D23FC8

Tints of Fuchsia #D23FC8

Color information

#D23FC8 (or 0xD23FC8) is unknown color: approx Fuchsia. HEX triplet: D2, 3F and C8. RGB value is (210,63,200). Sum of RGB (Red+Green+Blue) = 210+63+200=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 63 (25% from 255 or 13.32% from 473); Blue value is 200 (78.52% from 255 or 42.28% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D23FC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23FC8 is #2DC037. Grayscale: #7A7A7A. Windows color (decimal): -2998328 or 13123538. OLE color: 13123538.

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

Color convert

RGB21063200-
CMYK00.700.050.18
HSL304.08º62.03%53.53%-
HSV(B)304.08º70%82.35%-
XYZ38.7821.4356.74-
YUV122.57171.7190.36-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.40%
GREEN value IS 63 (25% from 255) = 13.32%
BLUE value IS 200 (78.52% from 255) = 42.28%
R=44.40%
G=13.32%
B=42.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2106320000.700.050.18304.0862.0353.53
HexD23FC80465121303e36
Octal3227731001065224607666
Binary11010010111111110010000100011010110010100110000111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23FC8; }

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

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

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

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

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

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

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

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