#D14BAE

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

Shades of Fuchsia #D14BAE

Tints of Fuchsia #D14BAE

Color information

#D14BAE (or 0xD14BAE) is unknown color: approx Fuchsia. HEX triplet: D1, 4B and AE. RGB value is (209,75,174). Sum of RGB (Red+Green+Blue) = 209+75+174=458 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.63% from 458); Green value is 75 (29.69% from 255 or 16.38% from 458); Blue value is 174 (68.36% from 255 or 37.99% from 458); Max value from RGB is 209 - color contains mainly: red. Hex color #D14BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14BAE is #2EB451. Grayscale: #7E7E7E. Windows color (decimal): -3060818 or 11422673. OLE color: 11422673.

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

Color convert

RGB20975174-
CMYK00.640.170.18
HSL315.67º59.29%55.69%-
HSV(B)315.67º64.11%81.96%-
XYZ36.4521.6442.3-
YUV126.35154.89186.95-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.63%
GREEN value IS 75 (29.69% from 255) = 16.38%
BLUE value IS 174 (68.36% from 255) = 37.99%
R=45.63%
G=16.38%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2097517400.640.170.18315.6759.2955.69
HexD14BAE040111213c3b38
Octal321113256010021224747370
Binary11010001100101110101110010000001000110010100111100111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14BAE; }

 p { color: rgb(209,75,174); }

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

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

 a { background-color: rgb(209,75,174); }

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

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

 span { border-color: rgb(209,75,174); }

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