#D345D0

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

Shades of Fuchsia #D345D0

Tints of Fuchsia #D345D0

Color information

#D345D0 (or 0xD345D0) is unknown color: approx Fuchsia. HEX triplet: D3, 45 and D0. RGB value is (211,69,208). Sum of RGB (Red+Green+Blue) = 211+69+208=488 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.24% from 488); Green value is 69 (27.34% from 255 or 14.14% from 488); Blue value is 208 (81.64% from 255 or 42.62% from 488); Max value from RGB is 211 - color contains mainly: red. Hex color #D345D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D345D0 is #2CBA2F. Grayscale: #7E7E7E. Windows color (decimal): -2931248 or 13649363. OLE color: 13649363.

HSL color Cylindrical-coordinate representation of color #D345D0: hue angle of 301.27º 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 #D345D0 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB21169208-
CMYK00.670.010.17
HSL301.27º61.74%54.9%-
HSV(B)301.27º67.3%82.75%-
XYZ40.3822.6661.92-
YUV127.3173.54187.7-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.24%
GREEN value IS 69 (27.34% from 255) = 14.14%
BLUE value IS 208 (81.64% from 255) = 42.62%
R=43.24%
G=14.14%
B=42.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.01
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2116920800.670.010.17301.2761.7454.9
HexD345D004311112d3e37
Octal32310532001031214557667
Binary1101001110001011101000001000011110001100101101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D345D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D345D0; }

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

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

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

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

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

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

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

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