#D345AE

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

Shades of Fuchsia #D345AE

Tints of Fuchsia #D345AE

Color information

#D345AE (or 0xD345AE) is unknown color: approx Fuchsia. HEX triplet: D3, 45 and AE. RGB value is (211,69,174). Sum of RGB (Red+Green+Blue) = 211+69+174=454 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.48% from 454); Green value is 69 (27.34% from 255 or 15.20% from 454); Blue value is 174 (68.36% from 255 or 38.33% from 454); Max value from RGB is 211 - color contains mainly: red. Hex color #D345AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D345AE is #2CBA51. Grayscale: #7B7B7B. Windows color (decimal): -2931282 or 11421139. OLE color: 11421139.

HSL color Cylindrical-coordinate representation of color #D345AE: hue angle of 315.63º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D345AE is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB21169174-
CMYK00.670.180.17
HSL315.63º61.74%54.9%-
HSV(B)315.63º67.3%82.75%-
XYZ36.6321.1642.2-
YUV123.43156.54190.46-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 46.48%
GREEN value IS 69 (27.34% from 255) = 15.20%
BLUE value IS 174 (68.36% from 255) = 38.33%
R=46.48%
G=15.20%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2116917400.670.180.17315.6361.7454.9
HexD345AE043121113c3e37
Octal323105256010322214747667
Binary11010011100010110101110010000111001010001100111100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D345AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D345AE; }

 p { color: rgb(211,69,174); }

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

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

 a { background-color: rgb(211,69,174); }

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

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

 span { border-color: rgb(211,69,174); }

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