#D239D5

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

Shades of Fuchsia #D239D5

Tints of Fuchsia #D239D5

Color information

#D239D5 (or 0xD239D5) is unknown color: approx Fuchsia. HEX triplet: D2, 39 and D5. RGB value is (210,57,213). Sum of RGB (Red+Green+Blue) = 210+57+213=480 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.75% from 480); Green value is 57 (22.66% from 255 or 11.88% from 480); Blue value is 213 (83.59% from 255 or 44.38% from 480); Max value from RGB is 213 - color contains mainly: blue. Hex color #D239D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D239D5 is #2DC62A. Grayscale: #787878. Windows color (decimal): -2999851 or 13973970. OLE color: 13973970.

HSL color Cylindrical-coordinate representation of color #D239D5: hue angle of 298.85º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D239D5 is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB21057213-
CMYK0.010.7300.16
HSL298.85º65%52.94%-
HSV(B)298.85º73.24%83.53%-
XYZ40.0521.4364.98-
YUV120.53180.19191.82-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.75%
GREEN value IS 57 (22.66% from 255) = 11.88%
BLUE value IS 213 (83.59% from 255) = 44.38%
R=43.75%
G=11.88%
B=44.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal210572130.010.7300.16298.856552.94
HexD239D514901012b4135
Octal32271325111102045310165
Binary1101001011100111010101110010010100001001010111000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D239D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D239D5; }

 p { color: rgb(210,57,213); }

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

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

 a { background-color: rgb(210,57,213); }

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

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

 span { border-color: rgb(210,57,213); }

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