#D243C9

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

Shades of Fuchsia #D243C9

Tints of Fuchsia #D243C9

Color information

#D243C9 (or 0xD243C9) is unknown color: approx Fuchsia. HEX triplet: D2, 43 and C9. RGB value is (210,67,201). Sum of RGB (Red+Green+Blue) = 210+67+201=478 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.93% from 478); Green value is 67 (26.56% from 255 or 14.02% from 478); Blue value is 201 (78.91% from 255 or 42.05% from 478); Max value from RGB is 210 - color contains mainly: red. Hex color #D243C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D243C9 is #2DBC36. Grayscale: #7C7C7C. Windows color (decimal): -2997303 or 13190098. OLE color: 13190098.

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

Color convert

RGB21067201-
CMYK00.680.040.18
HSL303.78º61.37%54.31%-
HSV(B)303.78º68.1%82.35%-
XYZ39.1321.9357.43-
YUV125.03170.88188.6-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.93%
GREEN value IS 67 (26.56% from 255) = 14.02%
BLUE value IS 201 (78.91% from 255) = 42.05%
R=43.93%
G=14.02%
B=42.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2106720100.680.040.18303.7861.3754.31
HexD243C90444121303d36
Octal32210331101044224607566
Binary110100101000011110010010100010010010010100110000111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D243C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D243C9; }

 p { color: rgb(210,67,201); }

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

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

 a { background-color: rgb(210,67,201); }

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

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

 span { border-color: rgb(210,67,201); }

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