#D639CB

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

Shades of Fuchsia #D639CB

Tints of Fuchsia #D639CB

Color information

#D639CB (or 0xD639CB) is unknown color: approx Fuchsia. HEX triplet: D6, 39 and CB. RGB value is (214,57,203). Sum of RGB (Red+Green+Blue) = 214+57+203=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 57 (22.66% from 255 or 12.03% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D639CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D639CB is #29C634. Grayscale: #787878. Windows color (decimal): -2737717 or 13318614. OLE color: 13318614.

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

Color convert

RGB21457203-
CMYK00.730.050.16
HSL304.2º65.69%53.14%-
HSV(B)304.2º73.36%83.92%-
XYZ39.9721.5358.55-
YUV120.59174.51194.63-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.15%
GREEN value IS 57 (22.66% from 255) = 12.03%
BLUE value IS 203 (79.69% from 255) = 42.83%
R=45.15%
G=12.03%
B=42.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2145720300.730.050.16304.265.6953.14
HexD639CB0495101304235
Octal32671313011152046010265
Binary110101101110011100101101001001101100001001100001000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D639CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D639CB; }

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

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

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

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

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

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

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

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