#D048AE

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

Shades of Fuchsia #D048AE

Tints of Fuchsia #D048AE

Color information

#D048AE (or 0xD048AE) is unknown color: approx Fuchsia. HEX triplet: D0, 48 and AE. RGB value is (208,72,174). Sum of RGB (Red+Green+Blue) = 208+72+174=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 72 (28.52% from 255 or 15.86% from 454); Blue value is 174 (68.36% from 255 or 38.33% from 454); Max value from RGB is 208 - color contains mainly: red. Hex color #D048AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D048AE is #2FB751. Grayscale: #7C7C7C. Windows color (decimal): -3127122 or 11421904. OLE color: 11421904.

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

Color convert

RGB20872174-
CMYK00.650.160.18
HSL315º59.13%54.9%-
HSV(B)315º65.38%81.57%-
XYZ35.9721.142.22-
YUV124.29156.06187.71-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.81%
GREEN value IS 72 (28.52% from 255) = 15.86%
BLUE value IS 174 (68.36% from 255) = 38.33%
R=45.81%
G=15.86%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2087217400.650.160.1831559.1354.9
HexD048AE041101213b3b37
Octal320110256010120224737367
Binary11010000100100010101110010000011000010010100111011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D048AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D048AE; }

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

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

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

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

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

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

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

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