#D14DBB

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

Shades of Fuchsia #D14DBB

Tints of Fuchsia #D14DBB

Color information

#D14DBB (or 0xD14DBB) is unknown color: approx Fuchsia. HEX triplet: D1, 4D and BB. RGB value is (209,77,187). Sum of RGB (Red+Green+Blue) = 209+77+187=473 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.19% from 473); Green value is 77 (30.47% from 255 or 16.28% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 209 - color contains mainly: red. Hex color #D14DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D14DBB is #2EB244. Grayscale: #808080. Windows color (decimal): -3060293 or 12275153. OLE color: 12275153.

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

Color convert

RGB20977187-
CMYK00.630.110.18
HSL310º58.93%56.08%-
HSV(B)310º63.16%81.96%-
XYZ37.9222.4549.35-
YUV129.01160.73185.06-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.19%
GREEN value IS 77 (30.47% from 255) = 16.28%
BLUE value IS 187 (73.44% from 255) = 39.53%
R=44.19%
G=16.28%
B=39.53%

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
Decimal2097718700.630.110.1831058.9356.08
HexD14DBB03FB121363b38
Octal32111527307713224667370
Binary110100011001101101110110111111101110010100110110111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14DBB; }

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

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

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

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

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

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

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

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