#D14ABA

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

Shades of Fuchsia #D14ABA

Tints of Fuchsia #D14ABA

Color information

#D14ABA (or 0xD14ABA) is unknown color: approx Fuchsia. HEX triplet: D1, 4A and BA. RGB value is (209,74,186). Sum of RGB (Red+Green+Blue) = 209+74+186=469 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.56% from 469); Green value is 74 (29.30% from 255 or 15.78% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 209 - color contains mainly: red. Hex color #D14ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D14ABA is #2EB545. Grayscale: #7E7E7E. Windows color (decimal): -3061062 or 12208849. OLE color: 12208849.

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

Color convert

RGB20974186-
CMYK00.650.110.18
HSL310.22º59.47%55.49%-
HSV(B)310.22º64.59%81.96%-
XYZ37.612248.72-
YUV127.13161.23186.39-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.56%
GREEN value IS 74 (29.30% from 255) = 15.78%
BLUE value IS 186 (73.05% from 255) = 39.66%
R=44.56%
G=15.78%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2097418600.650.110.18310.2259.4755.49
HexD14ABA041B121363b37
Octal321112272010113224667367
Binary1101000110010101011101001000001101110010100110110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14ABA; }

 p { color: rgb(209,74,186); }

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

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

 a { background-color: rgb(209,74,186); }

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

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

 span { border-color: rgb(209,74,186); }

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