#D03CAE

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

Shades of Fuchsia #D03CAE

Tints of Fuchsia #D03CAE

Color information

#D03CAE (or 0xD03CAE) is unknown color: approx Fuchsia. HEX triplet: D0, 3C and AE. RGB value is (208,60,174). Sum of RGB (Red+Green+Blue) = 208+60+174=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 60 (23.83% from 255 or 13.57% from 442); Blue value is 174 (68.36% from 255 or 39.37% from 442); Max value from RGB is 208 - color contains mainly: red. Hex color #D03CAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03CAE is #2FC351. Grayscale: #747474. Windows color (decimal): -3130194 or 11418832. OLE color: 11418832.

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

Color convert

RGB20860174-
CMYK00.710.160.18
HSL313.78º61.16%52.55%-
HSV(B)313.78º71.15%81.57%-
XYZ35.2719.741.99-
YUV117.25160.03192.73-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.06%
GREEN value IS 60 (23.83% from 255) = 13.57%
BLUE value IS 174 (68.36% from 255) = 39.37%
R=47.06%
G=13.57%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2086017400.710.160.18313.7861.1652.55
HexD03CAE047101213a3d35
Octal32074256010720224727565
Binary1101000011110010101110010001111000010010100111010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03CAE; }

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

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

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

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

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

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

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

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