#D059CD

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

Shades of Fuchsia #D059CD

Tints of Fuchsia #D059CD

Color information

#D059CD (or 0xD059CD) is unknown color: approx Fuchsia. HEX triplet: D0, 59 and CD. RGB value is (208,89,205). Sum of RGB (Red+Green+Blue) = 208+89+205=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 89 (35.16% from 255 or 17.73% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 208 - color contains mainly: red. Hex color #D059CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D059CD is #2FA632. Grayscale: #898989. Windows color (decimal): -3122739 or 13457872. OLE color: 13457872.

HSL color Cylindrical-coordinate representation of color #D059CD: hue angle of 301.51º 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 #D059CD is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB20889205-
CMYK00.570.010.18
HSL301.51º55.87%58.24%-
HSV(B)301.51º57.21%81.57%-
XYZ40.624.9660.44-
YUV137.8165.92178.07-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.43%
GREEN value IS 89 (35.16% from 255) = 17.73%
BLUE value IS 205 (80.47% from 255) = 40.84%
R=41.43%
G=17.73%
B=40.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2088920500.570.010.18301.5155.8758.24
HexD059CD03911212e383a
Octal3201313150711224567072
Binary110100001011001110011010111001110010100101110111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D059CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D059CD; }

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

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

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

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

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

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

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

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