#D048C9

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

Shades of Fuchsia #D048C9

Tints of Fuchsia #D048C9

Color information

#D048C9 (or 0xD048C9) is unknown color: approx Fuchsia. HEX triplet: D0, 48 and C9. RGB value is (208,72,201). Sum of RGB (Red+Green+Blue) = 208+72+201=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 72 (28.52% from 255 or 14.97% from 481); Blue value is 201 (78.91% from 255 or 41.79% from 481); Max value from RGB is 208 - color contains mainly: red. Hex color #D048C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D048C9 is #2FB736. Grayscale: #7E7E7E. Windows color (decimal): -3127095 or 13191376. OLE color: 13191376.

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

Color convert

RGB20872201-
CMYK00.650.030.18
HSL303.09º59.13%54.9%-
HSV(B)303.09º65.38%81.57%-
XYZ38.8722.2657.51-
YUV127.37169.56185.51-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.24%
GREEN value IS 72 (28.52% from 255) = 14.97%
BLUE value IS 201 (78.91% from 255) = 41.79%
R=43.24%
G=14.97%
B=41.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2087220100.650.030.18303.0959.1354.9
HexD048C904131212f3b37
Octal32011031101013224577367
Binary11010000100100011001001010000011110010100101111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D048C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D048C9; }

 p { color: rgb(208,72,201); }

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

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

 a { background-color: rgb(208,72,201); }

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

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

 span { border-color: rgb(208,72,201); }

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