#D16CB4

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

Shades of Fuchsia #D16CB4

Tints of Fuchsia #D16CB4

Color information

#D16CB4 (or 0xD16CB4) is unknown color: approx Fuchsia. HEX triplet: D1, 6C and B4. RGB value is (209,108,180). Sum of RGB (Red+Green+Blue) = 209+108+180=497 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.05% from 497); Green value is 108 (42.58% from 255 or 21.73% from 497); Blue value is 180 (70.70% from 255 or 36.22% from 497); Max value from RGB is 209 - color contains mainly: red. Hex color #D16CB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16CB4 is #2E934B. Grayscale: #929292. Windows color (decimal): -3052364 or 11824337. OLE color: 11824337.

HSL color Cylindrical-coordinate representation of color #D16CB4: hue angle of 317.23º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D16CB4 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB209108180-
CMYK00.480.140.18
HSL317.23º52.33%62.16%-
HSV(B)317.23º48.33%81.96%-
XYZ39.927.5846.4-
YUV146.41146.96172.65-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.05%
GREEN value IS 108 (42.58% from 255) = 21.73%
BLUE value IS 180 (70.70% from 255) = 36.22%
R=42.05%
G=21.73%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910818000.480.140.18317.2352.3362.16
HexD16CB4030E1213d343e
Octal32115426406016224756476
Binary110100011101100101101000110000111010010100111101110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16CB4; }

 p { color: rgb(209,108,180); }

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

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

 a { background-color: rgb(209,108,180); }

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

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

 span { border-color: rgb(209,108,180); }

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