#D03AAE

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

Shades of Fuchsia #D03AAE

Tints of Fuchsia #D03AAE

Color information

#D03AAE (or 0xD03AAE) is unknown color: approx Fuchsia. HEX triplet: D0, 3A and AE. RGB value is (208,58,174). Sum of RGB (Red+Green+Blue) = 208+58+174=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 58 (23.05% from 255 or 13.18% from 440); Blue value is 174 (68.36% from 255 or 39.55% from 440); Max value from RGB is 208 - color contains mainly: red. Hex color #D03AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03AAE is #2FC551. Grayscale: #737373. Windows color (decimal): -3130706 or 11418320. OLE color: 11418320.

HSL color Cylindrical-coordinate representation of color #D03AAE: hue angle of 313.6º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D03AAE is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB20858174-
CMYK00.720.160.18
HSL313.6º61.48%52.16%-
HSV(B)313.6º72.12%81.57%-
XYZ35.1719.4941.95-
YUV116.07160.7193.57-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.27%
GREEN value IS 58 (23.05% from 255) = 13.18%
BLUE value IS 174 (68.36% from 255) = 39.55%
R=47.27%
G=13.18%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2085817400.720.160.18313.661.4852.16
HexD03AAE048101213a3d34
Octal32072256011020224727564
Binary1101000011101010101110010010001000010010100111010111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03AAE; }

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

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

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

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

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

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

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

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