#D14EBB

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

Shades of Fuchsia #D14EBB

Tints of Fuchsia #D14EBB

Color information

#D14EBB (or 0xD14EBB) is unknown color: approx Fuchsia. HEX triplet: D1, 4E and BB. RGB value is (209,78,187). Sum of RGB (Red+Green+Blue) = 209+78+187=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 78 (30.86% from 255 or 16.46% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 209 - color contains mainly: red. Hex color #D14EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D14EBB is #2EB144. Grayscale: #818181. Windows color (decimal): -3060037 or 12275409. OLE color: 12275409.

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

Color convert

RGB20978187-
CMYK00.630.110.18
HSL310.08º58.74%56.27%-
HSV(B)310.08º62.68%81.96%-
XYZ37.9922.5949.37-
YUV129.6160.4184.64-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.09%
GREEN value IS 78 (30.86% from 255) = 16.46%
BLUE value IS 187 (73.44% from 255) = 39.45%
R=44.09%
G=16.46%
B=39.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2097818700.630.110.18310.0858.7456.27
HexD14EBB03FB121363b38
Octal32111627307713224667370
Binary110100011001110101110110111111101110010100110110111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14EBB; }

 p { color: rgb(209,78,187); }

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

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

 a { background-color: rgb(209,78,187); }

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

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

 span { border-color: rgb(209,78,187); }

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