#D05DB5

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

Shades of Fuchsia #D05DB5

Tints of Fuchsia #D05DB5

Color information

#D05DB5 (or 0xD05DB5) is unknown color: approx Fuchsia. HEX triplet: D0, 5D and B5. RGB value is (208,93,181). Sum of RGB (Red+Green+Blue) = 208+93+181=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 93 (36.72% from 255 or 19.29% from 482); Blue value is 181 (71.09% from 255 or 37.55% from 482); Max value from RGB is 208 - color contains mainly: red. Hex color #D05DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05DB5 is #2FA24A. Grayscale: #898989. Windows color (decimal): -3121739 or 11886032. OLE color: 11886032.

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

Color convert

RGB20893181-
CMYK00.550.130.18
HSL314.09º55.02%59.02%-
HSV(B)314.09º55.29%81.57%-
XYZ38.2724.5746.44-
YUV137.42152.6178.34-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.15%
GREEN value IS 93 (36.72% from 255) = 19.29%
BLUE value IS 181 (71.09% from 255) = 37.55%
R=43.15%
G=19.29%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089318100.550.130.18314.0955.0259.02
HexD05DB5037D1213a373b
Octal32013526506715224726773
Binary110100001011101101101010110111110110010100111010110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05DB5; }

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

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

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

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

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

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

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

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