#D149C4

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

Shades of Fuchsia #D149C4

Tints of Fuchsia #D149C4

Color information

#D149C4 (or 0xD149C4) is unknown color: approx Fuchsia. HEX triplet: D1, 49 and C4. RGB value is (209,73,196). Sum of RGB (Red+Green+Blue) = 209+73+196=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 73 (28.91% from 255 or 15.27% from 478); Blue value is 196 (76.95% from 255 or 41.00% from 478); Max value from RGB is 209 - color contains mainly: red. Hex color #D149C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D149C4 is #2EB63B. Grayscale: #7F7F7F. Windows color (decimal): -3061308 or 12863953. OLE color: 12863953.

HSL color Cylindrical-coordinate representation of color #D149C4: hue angle of 305.74º degrees, saturation: 0.6, 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 #D149C4 is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB20973196-
CMYK00.650.060.18
HSL305.74º59.65%55.29%-
HSV(B)305.74º65.07%81.96%-
XYZ38.6422.3154.49-
YUV127.69166.56186-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.72%
GREEN value IS 73 (28.91% from 255) = 15.27%
BLUE value IS 196 (76.95% from 255) = 41.00%
R=43.72%
G=15.27%
B=41.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2097319600.650.060.18305.7459.6555.29
HexD149C40416121323c37
Octal32111130401016224627467
Binary110100011001001110001000100000111010010100110010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D149C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D149C4; }

 p { color: rgb(209,73,196); }

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

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

 a { background-color: rgb(209,73,196); }

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

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

 span { border-color: rgb(209,73,196); }

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