#D23DCF

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

Shades of Fuchsia #D23DCF

Tints of Fuchsia #D23DCF

Color information

#D23DCF (or 0xD23DCF) is unknown color: approx Fuchsia. HEX triplet: D2, 3D and CF. RGB value is (210,61,207). Sum of RGB (Red+Green+Blue) = 210+61+207=478 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.93% from 478); Green value is 61 (24.22% from 255 or 12.76% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 210 - color contains mainly: red. Hex color #D23DCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23DCF is #2DC230. Grayscale: #797979. Windows color (decimal): -2998833 or 13581778. OLE color: 13581778.

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

Color convert

RGB21061207-
CMYK00.710.010.18
HSL301.21º62.34%53.14%-
HSV(B)301.21º70.95%82.35%-
XYZ39.5121.5461.11-
YUV122.2175.86190.63-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.93%
GREEN value IS 61 (24.22% from 255) = 12.76%
BLUE value IS 207 (81.25% from 255) = 43.31%
R=43.93%
G=12.76%
B=43.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2106120700.710.010.18301.2162.3453.14
HexD23DCF04711212d3e35
Octal3227531701071224557665
Binary110100101111011100111101000111110010100101101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23DCF; }

 p { color: rgb(210,61,207); }

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

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

 a { background-color: rgb(210,61,207); }

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

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

 span { border-color: rgb(210,61,207); }

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