#D05DCA

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

Shades of Fuchsia #D05DCA

Tints of Fuchsia #D05DCA

Color information

#D05DCA (or 0xD05DCA) is unknown color: approx Fuchsia. HEX triplet: D0, 5D and CA. RGB value is (208,93,202). Sum of RGB (Red+Green+Blue) = 208+93+202=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 93 (36.72% from 255 or 18.49% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 208 - color contains mainly: red. Hex color #D05DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05DCA is #2FA235. Grayscale: #8B8B8B. Windows color (decimal): -3121718 or 13262288. OLE color: 13262288.

HSL color Cylindrical-coordinate representation of color #D05DCA: hue angle of 303.13º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D05DCA is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB20893202-
CMYK00.550.030.18
HSL303.13º55.02%59.02%-
HSV(B)303.13º55.29%81.57%-
XYZ40.5925.558.66-
YUV139.81163.1176.64-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.35%
GREEN value IS 93 (36.72% from 255) = 18.49%
BLUE value IS 202 (79.30% from 255) = 40.16%
R=41.35%
G=18.49%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089320200.550.030.18303.1355.0259.02
HexD05DCA03731212f373b
Octal3201353120673224576773
Binary1101000010111011100101001101111110010100101111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05DCA; }

 p { color: rgb(208,93,202); }

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

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

 a { background-color: rgb(208,93,202); }

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

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

 span { border-color: rgb(208,93,202); }

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