#D54DB0

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

Shades of Fuchsia #D54DB0

Tints of Fuchsia #D54DB0

Color information

#D54DB0 (or 0xD54DB0) is unknown color: approx Fuchsia. HEX triplet: D5, 4D and B0. RGB value is (213,77,176). Sum of RGB (Red+Green+Blue) = 213+77+176=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 77 (30.47% from 255 or 16.52% from 466); Blue value is 176 (69.14% from 255 or 37.77% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D54DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54DB0 is #2AB24F. Grayscale: #808080. Windows color (decimal): -2798160 or 11554261. OLE color: 11554261.

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

Color convert

RGB21377176-
CMYK00.640.170.16
HSL316.32º61.82%56.86%-
HSV(B)316.32º63.85%83.53%-
XYZ37.9322.5943.44-
YUV128.95154.56187.95-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.71%
GREEN value IS 77 (30.47% from 255) = 16.52%
BLUE value IS 176 (69.14% from 255) = 37.77%
R=45.71%
G=16.52%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137717600.640.170.16316.3261.8256.86
HexD54DB0040111013c3e39
Octal325115260010021204747671
Binary11010101100110110110000010000001000110000100111100111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54DB0; }

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

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

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

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

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

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

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

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