#D14CB5

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

Shades of Fuchsia #D14CB5

Tints of Fuchsia #D14CB5

Color information

#D14CB5 (or 0xD14CB5) is unknown color: approx Fuchsia. HEX triplet: D1, 4C and B5. RGB value is (209,76,181). Sum of RGB (Red+Green+Blue) = 209+76+181=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 76 (30.08% from 255 or 16.31% from 466); Blue value is 181 (71.09% from 255 or 38.84% from 466); Max value from RGB is 209 - color contains mainly: red. Hex color #D14CB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D14CB5 is #2EB34A. Grayscale: #7F7F7F. Windows color (decimal): -3060555 or 11881681. OLE color: 11881681.

HSL color Cylindrical-coordinate representation of color #D14CB5: hue angle of 312.63º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D14CB5 is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB20976181-
CMYK00.640.130.18
HSL312.63º59.11%55.88%-
HSV(B)312.63º63.64%81.96%-
XYZ37.2222.0646.01-
YUV127.74158.06185.96-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.85%
GREEN value IS 76 (30.08% from 255) = 16.31%
BLUE value IS 181 (71.09% from 255) = 38.84%
R=44.85%
G=16.31%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2097618100.640.130.18312.6359.1155.88
HexD14CB5040D121393b38
Octal321114265010015224717370
Binary1101000110011001011010101000000110110010100111001111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14CB5; }

 p { color: rgb(209,76,181); }

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

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

 a { background-color: rgb(209,76,181); }

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

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

 span { border-color: rgb(209,76,181); }

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