#D05DC5

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

Shades of Fuchsia #D05DC5

Tints of Fuchsia #D05DC5

Color information

#D05DC5 (or 0xD05DC5) is unknown color: approx Fuchsia. HEX triplet: D0, 5D and C5. RGB value is (208,93,197). Sum of RGB (Red+Green+Blue) = 208+93+197=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 93 (36.72% from 255 or 18.67% from 498); Blue value is 197 (77.34% from 255 or 39.56% from 498); Max value from RGB is 208 - color contains mainly: red. Hex color #D05DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05DC5 is #2FA23A. Grayscale: #8A8A8A. Windows color (decimal): -3121723 or 12934608. OLE color: 12934608.

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

Color convert

RGB20893197-
CMYK00.550.050.18
HSL305.74º55.02%59.02%-
HSV(B)305.74º55.29%81.57%-
XYZ4025.2755.59-
YUV139.24160.6177.04-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.77%
GREEN value IS 93 (36.72% from 255) = 18.67%
BLUE value IS 197 (77.34% from 255) = 39.56%
R=41.77%
G=18.67%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089319700.550.050.18305.7455.0259.02
HexD05DC5037512132373b
Octal3201353050675224626773
Binary11010000101110111000101011011110110010100110010110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05DC5; }

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

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

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

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

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

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

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

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