#D05DAE

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

Shades of Fuchsia #D05DAE

Tints of Fuchsia #D05DAE

Color information

#D05DAE (or 0xD05DAE) is unknown color: approx Fuchsia. HEX triplet: D0, 5D and AE. RGB value is (208,93,174). Sum of RGB (Red+Green+Blue) = 208+93+174=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 93 (36.72% from 255 or 19.58% from 475); Blue value is 174 (68.36% from 255 or 36.63% from 475); Max value from RGB is 208 - color contains mainly: red. Hex color #D05DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05DAE is #2FA251. Grayscale: #888888. Windows color (decimal): -3121746 or 11427280. OLE color: 11427280.

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

Color convert

RGB20893174-
CMYK00.550.160.18
HSL317.74º55.02%59.02%-
HSV(B)317.74º55.29%81.57%-
XYZ37.5724.2942.75-
YUV136.62149.1178.91-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.79%
GREEN value IS 93 (36.72% from 255) = 19.58%
BLUE value IS 174 (68.36% from 255) = 36.63%
R=43.79%
G=19.58%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089317400.550.160.18317.7455.0259.02
HexD05DAE037101213e373b
Octal32013525606720224766773
Binary1101000010111011010111001101111000010010100111110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05DAE; }

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

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

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

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

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

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

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

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