#D05DAF

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

Shades of Fuchsia #D05DAF

Tints of Fuchsia #D05DAF

Color information

#D05DAF (or 0xD05DAF) is unknown color: approx Fuchsia. HEX triplet: D0, 5D and AF. RGB value is (208,93,175). Sum of RGB (Red+Green+Blue) = 208+93+175=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 93 (36.72% from 255 or 19.54% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 208 - color contains mainly: red. Hex color #D05DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05DAF is #2FA250. Grayscale: #888888. Windows color (decimal): -3121745 or 11492816. OLE color: 11492816.

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

Color convert

RGB20893175-
CMYK00.550.160.18
HSL317.22º55.02%59.02%-
HSV(B)317.22º55.29%81.57%-
XYZ37.6624.3343.27-
YUV136.73149.6178.83-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.70%
GREEN value IS 93 (36.72% from 255) = 19.54%
BLUE value IS 175 (68.75% from 255) = 36.76%
R=43.70%
G=19.54%
B=36.76%

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
Decimal2089317500.550.160.18317.2255.0259.02
HexD05DAF037101213d373b
Octal32013525706720224756773
Binary1101000010111011010111101101111000010010100111101110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05DAF; }

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

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

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

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

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

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

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

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