#D341B1

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

Shades of Fuchsia #D341B1

Tints of Fuchsia #D341B1

Color information

#D341B1 (or 0xD341B1) is unknown color: approx Fuchsia. HEX triplet: D3, 41 and B1. RGB value is (211,65,177). Sum of RGB (Red+Green+Blue) = 211+65+177=453 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.58% from 453); Green value is 65 (25.78% from 255 or 14.35% from 453); Blue value is 177 (69.53% from 255 or 39.07% from 453); Max value from RGB is 211 - color contains mainly: red. Hex color #D341B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D341B1 is #2CBE4E. Grayscale: #797979. Windows color (decimal): -2932303 or 11616723. OLE color: 11616723.

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

Color convert

RGB21165177-
CMYK00.690.160.17
HSL313.97º62.39%54.12%-
HSV(B)313.97º69.19%82.75%-
XYZ36.6920.843.68-
YUV121.42159.37191.89-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 46.58%
GREEN value IS 65 (25.78% from 255) = 14.35%
BLUE value IS 177 (69.53% from 255) = 39.07%
R=46.58%
G=14.35%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.16
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2116517700.690.160.17313.9762.3954.12
HexD341B1045101113a3e36
Octal323101261010520214727666
Binary11010011100000110110001010001011000010001100111010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D341B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D341B1; }

 p { color: rgb(211,65,177); }

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

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

 a { background-color: rgb(211,65,177); }

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

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

 span { border-color: rgb(211,65,177); }

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