#D149C0

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

Shades of Fuchsia #D149C0

Tints of Fuchsia #D149C0

Color information

#D149C0 (or 0xD149C0) is unknown color: approx Fuchsia. HEX triplet: D1, 49 and C0. RGB value is (209,73,192). Sum of RGB (Red+Green+Blue) = 209+73+192=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 73 (28.91% from 255 or 15.40% from 474); Blue value is 192 (75.39% from 255 or 40.51% from 474); Max value from RGB is 209 - color contains mainly: red. Hex color #D149C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D149C0 is #2EB63F. Grayscale: #7E7E7E. Windows color (decimal): -3061312 or 12601809. OLE color: 12601809.

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

Color convert

RGB20973192-
CMYK00.650.080.18
HSL307.5º59.65%55.29%-
HSV(B)307.5º65.07%81.96%-
XYZ38.1922.1352.13-
YUV127.23164.56186.32-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.09%
GREEN value IS 73 (28.91% from 255) = 15.40%
BLUE value IS 192 (75.39% from 255) = 40.51%
R=44.09%
G=15.40%
B=40.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2097319200.650.080.18307.559.6555.29
HexD149C00418121343c37
Octal321111300010110224647467
Binary1101000110010011100000001000001100010010100110100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D149C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D149C0; }

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

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

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

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

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

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

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

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