#D439CC

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

Shades of Fuchsia #D439CC

Tints of Fuchsia #D439CC

Color information

#D439CC (or 0xD439CC) is unknown color: approx Fuchsia. HEX triplet: D4, 39 and CC. RGB value is (212,57,204). Sum of RGB (Red+Green+Blue) = 212+57+204=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 57 (22.66% from 255 or 12.05% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 212 - color contains mainly: red. Hex color #D439CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D439CC is #2BC633. Grayscale: #777777. Windows color (decimal): -2868788 or 13384148. OLE color: 13384148.

HSL color Cylindrical-coordinate representation of color #D439CC: hue angle of 303.1º 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 #D439CC is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB21257204-
CMYK00.730.040.17
HSL303.1º64.32%52.75%-
HSV(B)303.1º73.11%83.14%-
XYZ39.5121.2859.15-
YUV120.1175.35193.55-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.82%
GREEN value IS 57 (22.66% from 255) = 12.05%
BLUE value IS 204 (80.08% from 255) = 43.13%
R=44.82%
G=12.05%
B=43.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2125720400.730.040.17303.164.3252.75
HexD439CC04941112f4035
Octal32471314011142145710065
Binary110101001110011100110001001001100100011001011111000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D439CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D439CC; }

 p { color: rgb(212,57,204); }

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

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

 a { background-color: rgb(212,57,204); }

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

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

 span { border-color: rgb(212,57,204); }

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