#D34CBE

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

Shades of Fuchsia #D34CBE

Tints of Fuchsia #D34CBE

Color information

#D34CBE (or 0xD34CBE) is unknown color: approx Fuchsia. HEX triplet: D3, 4C and BE. RGB value is (211,76,190). Sum of RGB (Red+Green+Blue) = 211+76+190=477 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.23% from 477); Green value is 76 (30.08% from 255 or 15.93% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 211 - color contains mainly: red. Hex color #D34CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D34CBE is #2CB341. Grayscale: #818181. Windows color (decimal): -2929474 or 12471507. OLE color: 12471507.

HSL color Cylindrical-coordinate representation of color #D34CBE: hue angle of 309.33º degrees, saturation: 0.61, 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 #D34CBE is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB21176190-
CMYK00.640.100.17
HSL309.33º60.54%56.27%-
HSV(B)309.33º63.98%82.75%-
XYZ38.7422.7451.06-
YUV129.36162.23186.23-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.23%
GREEN value IS 76 (30.08% from 255) = 15.93%
BLUE value IS 190 (74.61% from 255) = 39.83%
R=44.23%
G=15.93%
B=39.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2117619000.640.100.17309.3360.5456.27
HexD34CBE040A111353d38
Octal323114276010012214657570
Binary1101001110011001011111001000000101010001100110101111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34CBE; }

 p { color: rgb(211,76,190); }

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

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

 a { background-color: rgb(211,76,190); }

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

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

 span { border-color: rgb(211,76,190); }

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