#D14CB6

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

Shades of Fuchsia #D14CB6

Tints of Fuchsia #D14CB6

Color information

#D14CB6 (or 0xD14CB6) is unknown color: approx Fuchsia. HEX triplet: D1, 4C and B6. RGB value is (209,76,182). Sum of RGB (Red+Green+Blue) = 209+76+182=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 76 (30.08% from 255 or 16.27% from 467); Blue value is 182 (71.48% from 255 or 38.97% from 467); Max value from RGB is 209 - color contains mainly: red. Hex color #D14CB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D14CB6 is #2EB349. Grayscale: #7F7F7F. Windows color (decimal): -3060554 or 11947217. OLE color: 11947217.

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

Color convert

RGB20976182-
CMYK00.640.130.18
HSL312.18º59.11%55.88%-
HSV(B)312.18º63.64%81.96%-
XYZ37.3222.146.55-
YUV127.85158.56185.88-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.75%
GREEN value IS 76 (30.08% from 255) = 16.27%
BLUE value IS 182 (71.48% from 255) = 38.97%
R=44.75%
G=16.27%
B=38.97%

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
Decimal2097618200.640.130.18312.1859.1155.88
HexD14CB6040D121383b38
Octal321114266010015224707370
Binary1101000110011001011011001000000110110010100111000111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14CB6; }

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

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

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

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

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

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

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

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