#D639C1

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

Shades of Fuchsia #D639C1

Tints of Fuchsia #D639C1

Color information

#D639C1 (or 0xD639C1) is unknown color: approx Fuchsia. HEX triplet: D6, 39 and C1. RGB value is (214,57,193). Sum of RGB (Red+Green+Blue) = 214+57+193=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 57 (22.66% from 255 or 12.28% from 464); Blue value is 193 (75.78% from 255 or 41.59% from 464); Max value from RGB is 214 - color contains mainly: red. Hex color #D639C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D639C1 is #29C63E. Grayscale: #777777. Windows color (decimal): -2737727 or 12663254. OLE color: 12663254.

HSL color Cylindrical-coordinate representation of color #D639C1: hue angle of 308.03º degrees, saturation: 0.66, 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 #D639C1 is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB21457193-
CMYK00.730.100.16
HSL308.03º65.69%53.14%-
HSV(B)308.03º73.36%83.92%-
XYZ38.8221.0752.47-
YUV119.45169.51195.44-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.12%
GREEN value IS 57 (22.66% from 255) = 12.28%
BLUE value IS 193 (75.78% from 255) = 41.59%
R=46.12%
G=12.28%
B=41.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2145719300.730.100.16308.0365.6953.14
HexD639C1049A101344235
Octal326713010111122046410265
Binary1101011011100111000001010010011010100001001101001000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D639C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D639C1; }

 p { color: rgb(214,57,193); }

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

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

 a { background-color: rgb(214,57,193); }

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

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

 span { border-color: rgb(214,57,193); }

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