#D149C6

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

Shades of Fuchsia #D149C6

Tints of Fuchsia #D149C6

Color information

#D149C6 (or 0xD149C6) is unknown color: approx Fuchsia. HEX triplet: D1, 49 and C6. RGB value is (209,73,198). Sum of RGB (Red+Green+Blue) = 209+73+198=480 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.54% from 480); Green value is 73 (28.91% from 255 or 15.21% from 480); Blue value is 198 (77.73% from 255 or 41.25% from 480); Max value from RGB is 209 - color contains mainly: red. Hex color #D149C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D149C6 is #2EB639. Grayscale: #7F7F7F. Windows color (decimal): -3061306 or 12995025. OLE color: 12995025.

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

Color convert

RGB20973198-
CMYK00.650.050.18
HSL304.85º59.65%55.29%-
HSV(B)304.85º65.07%81.96%-
XYZ38.8722.455.7-
YUV127.91167.56185.84-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.54%
GREEN value IS 73 (28.91% from 255) = 15.21%
BLUE value IS 198 (77.73% from 255) = 41.25%
R=43.54%
G=15.21%
B=41.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2097319800.650.050.18304.8559.6555.29
HexD149C60415121313c37
Octal32111130601015224617467
Binary110100011001001110001100100000110110010100110001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D149C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D149C6; }

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

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

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

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

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

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

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

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