#D339D1

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

Shades of Fuchsia #D339D1

Tints of Fuchsia #D339D1

Color information

#D339D1 (or 0xD339D1) is unknown color: approx Fuchsia. HEX triplet: D3, 39 and D1. RGB value is (211,57,209). Sum of RGB (Red+Green+Blue) = 211+57+209=477 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.23% from 477); Green value is 57 (22.66% from 255 or 11.95% from 477); Blue value is 209 (82.03% from 255 or 43.82% from 477); Max value from RGB is 211 - color contains mainly: red. Hex color #D339D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D339D1 is #2CC62E. Grayscale: #777777. Windows color (decimal): -2934319 or 13711827. OLE color: 13711827.

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

Color convert

RGB21157209-
CMYK00.730.010.17
HSL300.78º63.64%52.55%-
HSV(B)300.78º72.99%82.75%-
XYZ39.8421.3862.35-
YUV120.37178.02192.64-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.23%
GREEN value IS 57 (22.66% from 255) = 11.95%
BLUE value IS 209 (82.03% from 255) = 43.82%
R=44.23%
G=11.95%
B=43.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.01
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2115720900.730.010.17300.7863.6452.55
HexD339D104911112d4035
Octal32371321011112145510065
Binary1101001111100111010001010010011100011001011011000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D339D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D339D1; }

 p { color: rgb(211,57,209); }

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

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

 a { background-color: rgb(211,57,209); }

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

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

 span { border-color: rgb(211,57,209); }

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