#D23DC4

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

Shades of Fuchsia #D23DC4

Tints of Fuchsia #D23DC4

Color information

#D23DC4 (or 0xD23DC4) is unknown color: approx Fuchsia. HEX triplet: D2, 3D and C4. RGB value is (210,61,196). Sum of RGB (Red+Green+Blue) = 210+61+196=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 61 (24.22% from 255 or 13.06% from 467); Blue value is 196 (76.95% from 255 or 41.97% from 467); Max value from RGB is 210 - color contains mainly: red. Hex color #D23DC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23DC4 is #2DC23B. Grayscale: #787878. Windows color (decimal): -2998844 or 12860882. OLE color: 12860882.

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

Color convert

RGB21061196-
CMYK00.710.070.18
HSL305.64º62.34%53.14%-
HSV(B)305.64º70.95%82.35%-
XYZ38.2121.0254.27-
YUV120.94170.36191.52-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.97%
GREEN value IS 61 (24.22% from 255) = 13.06%
BLUE value IS 196 (76.95% from 255) = 41.97%
R=44.97%
G=13.06%
B=41.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2106119600.710.070.18305.6462.3453.14
HexD23DC40477121323e35
Octal3227530401077224627665
Binary11010010111101110001000100011111110010100110010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23DC4; }

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

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

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

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

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

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

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

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