#d147cd

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

Shades of Fuchsia #D147CD

Tints of Fuchsia #D147CD

Color information

#D147CD (or 0xD147CD) is unknown color: approx Fuchsia. HEX triplet: D1, 47 and CD. RGB value is (209,71,205). Sum of RGB (Red+Green+Blue) = 209+71+205=485 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.09% from 485); Green value is 71 (28.12% from 255 or 14.64% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 209 - color contains mainly: red. Hex color #D147CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D147CD is #2EB832. Grayscale: #7F7F7F. Windows color (decimal): -3061811 or 13453265. OLE color: 13453265.

HSL color Cylindrical-coordinate representation of color #D147CD: hue angle of 301.74º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D147CD is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB20971205-
CMYK00.660.020.18
HSL301.74º60%54.9%-
HSV(B)301.74º66.03%81.96%-
XYZ39.5722.4760.01-
YUV127.54171.72186.1-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.09%
GREEN value IS 71 (28.12% from 255) = 14.64%
BLUE value IS 205 (80.47% from 255) = 42.27%
R=43.09%
G=14.64%
B=42.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2097120500.660.020.18301.746054.9
HexD147CD04221212e3c37
Octal32110731501022224567467
Binary11010001100011111001101010000101010010100101110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d147cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d147cd; }

 p { color: rgb(209,71,205); }

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

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

 a { background-color: rgb(209,71,205); }

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

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

 span { border-color: rgb(209,71,205); }

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