#D048C5

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

Shades of Fuchsia #D048C5

Tints of Fuchsia #D048C5

Color information

#D048C5 (or 0xD048C5) is unknown color: approx Fuchsia. HEX triplet: D0, 48 and C5. RGB value is (208,72,197). Sum of RGB (Red+Green+Blue) = 208+72+197=477 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.61% from 477); Green value is 72 (28.52% from 255 or 15.09% from 477); Blue value is 197 (77.34% from 255 or 41.30% from 477); Max value from RGB is 208 - color contains mainly: red. Hex color #D048C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D048C5 is #2FB73A. Grayscale: #7E7E7E. Windows color (decimal): -3127099 or 12929232. OLE color: 12929232.

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

Color convert

RGB20872197-
CMYK00.650.050.18
HSL304.85º59.13%54.9%-
HSV(B)304.85º65.38%81.57%-
XYZ38.4122.0855.06-
YUV126.91167.56185.84-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.61%
GREEN value IS 72 (28.52% from 255) = 15.09%
BLUE value IS 197 (77.34% from 255) = 41.30%
R=43.61%
G=15.09%
B=41.30%

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
Decimal2087219700.650.050.18304.8559.1354.9
HexD048C50415121313b37
Octal32011030501015224617367
Binary110100001001000110001010100000110110010100110001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D048C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D048C5; }

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

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

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

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

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

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

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

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