#D34DBA

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

Shades of Fuchsia #D34DBA

Tints of Fuchsia #D34DBA

Color information

#D34DBA (or 0xD34DBA) is unknown color: approx Fuchsia. HEX triplet: D3, 4D and BA. RGB value is (211,77,186). Sum of RGB (Red+Green+Blue) = 211+77+186=474 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.51% from 474); Green value is 77 (30.47% from 255 or 16.24% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 211 - color contains mainly: red. Hex color #D34DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D34DBA is #2CB245. Grayscale: #818181. Windows color (decimal): -2929222 or 12209619. OLE color: 12209619.

HSL color Cylindrical-coordinate representation of color #D34DBA: hue angle of 311.19º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D34DBA is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB21177186-
CMYK00.640.120.17
HSL311.19º60.36%56.47%-
HSV(B)311.19º63.51%82.75%-
XYZ38.3822.748.81-
YUV129.49159.89186.14-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.51%
GREEN value IS 77 (30.47% from 255) = 16.24%
BLUE value IS 186 (73.05% from 255) = 39.24%
R=44.51%
G=16.24%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2117718600.640.120.17311.1960.3656.47
HexD34DBA040C111373c38
Octal323115272010014214677470
Binary1101001110011011011101001000000110010001100110111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34DBA; }

 p { color: rgb(211,77,186); }

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

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

 a { background-color: rgb(211,77,186); }

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

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

 span { border-color: rgb(211,77,186); }

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