#D059CB

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

Shades of Fuchsia #D059CB

Tints of Fuchsia #D059CB

Color information

#D059CB (or 0xD059CB) is unknown color: approx Fuchsia. HEX triplet: D0, 59 and CB. RGB value is (208,89,203). Sum of RGB (Red+Green+Blue) = 208+89+203=500 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.6% from 500); Green value is 89 (35.16% from 255 or 17.8% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 208 - color contains mainly: red. Hex color #D059CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D059CB is #2FA634. Grayscale: #898989. Windows color (decimal): -3122741 or 13326800. OLE color: 13326800.

HSL color Cylindrical-coordinate representation of color #D059CB: hue angle of 302.52º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D059CB is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB20889203-
CMYK00.570.020.18
HSL302.52º55.87%58.24%-
HSV(B)302.52º57.21%81.57%-
XYZ40.3624.8759.17-
YUV137.58164.92178.23-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.6%
GREEN value IS 89 (35.16% from 255) = 17.8%
BLUE value IS 203 (79.69% from 255) = 40.6%
R=41.6%
G=17.8%
B=40.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2088920300.570.020.18302.5255.8758.24
HexD059CB03921212f383a
Octal3201313130712224577072
Binary1101000010110011100101101110011010010100101111111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D059CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D059CB; }

 p { color: rgb(208,89,203); }

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

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

 a { background-color: rgb(208,89,203); }

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

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

 span { border-color: rgb(208,89,203); }

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