#D14BBA

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

Shades of Fuchsia #D14BBA

Tints of Fuchsia #D14BBA

Color information

#D14BBA (or 0xD14BBA) is unknown color: approx Fuchsia. HEX triplet: D1, 4B and BA. RGB value is (209,75,186). Sum of RGB (Red+Green+Blue) = 209+75+186=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 75 (29.69% from 255 or 15.96% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 209 - color contains mainly: red. Hex color #D14BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D14BBA is #2EB445. Grayscale: #7F7F7F. Windows color (decimal): -3060806 or 12209105. OLE color: 12209105.

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

Color convert

RGB20975186-
CMYK00.640.110.18
HSL310.3º59.29%55.69%-
HSV(B)310.3º64.11%81.96%-
XYZ37.6722.1348.74-
YUV127.72160.89185.97-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.47%
GREEN value IS 75 (29.69% from 255) = 15.96%
BLUE value IS 186 (73.05% from 255) = 39.57%
R=44.47%
G=15.96%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2097518600.640.110.18310.359.2955.69
HexD14BBA040B121363b38
Octal321113272010013224667370
Binary1101000110010111011101001000000101110010100110110111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14BBA; }

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

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

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

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

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

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

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

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