#D05DB2

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

Shades of Fuchsia #D05DB2

Tints of Fuchsia #D05DB2

Color information

#D05DB2 (or 0xD05DB2) is unknown color: approx Fuchsia. HEX triplet: D0, 5D and B2. RGB value is (208,93,178). Sum of RGB (Red+Green+Blue) = 208+93+178=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 93 (36.72% from 255 or 19.42% from 479); Blue value is 178 (69.92% from 255 or 37.16% from 479); Max value from RGB is 208 - color contains mainly: red. Hex color #D05DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05DB2 is #2FA24D. Grayscale: #888888. Windows color (decimal): -3121742 or 11689424. OLE color: 11689424.

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

Color convert

RGB20893178-
CMYK00.550.140.18
HSL315.65º55.02%59.02%-
HSV(B)315.65º55.29%81.57%-
XYZ37.9624.4544.84-
YUV137.07151.1178.59-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.42%
GREEN value IS 93 (36.72% from 255) = 19.42%
BLUE value IS 178 (69.92% from 255) = 37.16%
R=43.42%
G=19.42%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089317800.550.140.18315.6555.0259.02
HexD05DB2037E1213c373b
Octal32013526206716224746773
Binary110100001011101101100100110111111010010100111100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05DB2; }

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

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

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

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

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

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

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

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