#D54DB8

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

Shades of Fuchsia #D54DB8

Tints of Fuchsia #D54DB8

Color information

#D54DB8 (or 0xD54DB8) is unknown color: approx Fuchsia. HEX triplet: D5, 4D and B8. RGB value is (213,77,184). Sum of RGB (Red+Green+Blue) = 213+77+184=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 77 (30.47% from 255 or 16.24% from 474); Blue value is 184 (72.27% from 255 or 38.82% from 474); Max value from RGB is 213 - color contains mainly: red. Hex color #D54DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54DB8 is #2AB247. Grayscale: #818181. Windows color (decimal): -2798152 or 12078549. OLE color: 12078549.

HSL color Cylindrical-coordinate representation of color #D54DB8: hue angle of 312.79º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D54DB8 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB21377184-
CMYK00.640.140.16
HSL312.79º61.82%56.86%-
HSV(B)312.79º63.85%83.53%-
XYZ38.7522.9147.73-
YUV129.86158.56187.3-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.94%
GREEN value IS 77 (30.47% from 255) = 16.24%
BLUE value IS 184 (72.27% from 255) = 38.82%
R=44.94%
G=16.24%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137718400.640.140.16312.7961.8256.86
HexD54DB8040E101393e39
Octal325115270010016204717671
Binary1101010110011011011100001000000111010000100111001111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54DB8; }

 p { color: rgb(213,77,184); }

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

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

 a { background-color: rgb(213,77,184); }

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

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

 span { border-color: rgb(213,77,184); }

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