#D34CBB

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

Shades of Fuchsia #D34CBB

Tints of Fuchsia #D34CBB

Color information

#D34CBB (or 0xD34CBB) is unknown color: approx Fuchsia. HEX triplet: D3, 4C and BB. RGB value is (211,76,187). Sum of RGB (Red+Green+Blue) = 211+76+187=474 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.51% from 474); Green value is 76 (30.08% from 255 or 16.03% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 211 - color contains mainly: red. Hex color #D34CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D34CBB is #2CB344. Grayscale: #808080. Windows color (decimal): -2929477 or 12274899. OLE color: 12274899.

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

Color convert

RGB21176187-
CMYK00.640.110.17
HSL310.67º60.54%56.27%-
HSV(B)310.67º63.98%82.75%-
XYZ38.4222.6149.35-
YUV129.02160.73186.47-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.51%
GREEN value IS 76 (30.08% from 255) = 16.03%
BLUE value IS 187 (73.44% from 255) = 39.45%
R=44.51%
G=16.03%
B=39.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2117618700.640.110.17310.6760.5456.27
HexD34CBB040B111373d38
Octal323114273010013214677570
Binary1101001110011001011101101000000101110001100110111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34CBB; }

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

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

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

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

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

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

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

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