#D54DB1

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

Shades of Fuchsia #D54DB1

Tints of Fuchsia #D54DB1

Color information

#D54DB1 (or 0xD54DB1) is unknown color: approx Fuchsia. HEX triplet: D5, 4D and B1. RGB value is (213,77,177). Sum of RGB (Red+Green+Blue) = 213+77+177=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 77 (30.47% from 255 or 16.49% from 467); Blue value is 177 (69.53% from 255 or 37.90% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D54DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54DB1 is #2AB24E. Grayscale: #808080. Windows color (decimal): -2798159 or 11619797. OLE color: 11619797.

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

Color convert

RGB21377177-
CMYK00.640.170.16
HSL315.88º61.82%56.86%-
HSV(B)315.88º63.85%83.53%-
XYZ38.0322.6343.96-
YUV129.06155.06187.87-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.61%
GREEN value IS 77 (30.47% from 255) = 16.49%
BLUE value IS 177 (69.53% from 255) = 37.90%
R=45.61%
G=16.49%
B=37.90%

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
Decimal2137717700.640.170.16315.8861.8256.86
HexD54DB1040111013c3e39
Octal325115261010021204747671
Binary11010101100110110110001010000001000110000100111100111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54DB1; }

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

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

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

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

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

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

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

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