#D054C4

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

Shades of Fuchsia #D054C4

Tints of Fuchsia #D054C4

Color information

#D054C4 (or 0xD054C4) is unknown color: approx Fuchsia. HEX triplet: D0, 54 and C4. RGB value is (208,84,196). Sum of RGB (Red+Green+Blue) = 208+84+196=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 84 (33.20% from 255 or 17.21% from 488); Blue value is 196 (76.95% from 255 or 40.16% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D054C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D054C4 is #2FAB3B. Grayscale: #858585. Windows color (decimal): -3124028 or 12866768. OLE color: 12866768.

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

Color convert

RGB20884196-
CMYK00.600.060.18
HSL305.81º56.88%57.25%-
HSV(B)305.81º59.62%81.57%-
XYZ39.1523.7454.74-
YUV133.84163.08180.89-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.62%
GREEN value IS 84 (33.20% from 255) = 17.21%
BLUE value IS 196 (76.95% from 255) = 40.16%
R=42.62%
G=17.21%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2088419600.600.060.18305.8156.8857.25
HexD054C403C6121323939
Octal3201243040746224627171
Binary11010000101010011000100011110011010010100110010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D054C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D054C4; }

 p { color: rgb(208,84,196); }

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

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

 a { background-color: rgb(208,84,196); }

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

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

 span { border-color: rgb(208,84,196); }

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