#D54DC9

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

Shades of Fuchsia #D54DC9

Tints of Fuchsia #D54DC9

Color information

#D54DC9 (or 0xD54DC9) is unknown color: approx Fuchsia. HEX triplet: D5, 4D and C9. RGB value is (213,77,201). Sum of RGB (Red+Green+Blue) = 213+77+201=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 77 (30.47% from 255 or 15.68% from 491); Blue value is 201 (78.91% from 255 or 40.94% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D54DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54DC9 is #2AB236. Grayscale: #838383. Windows color (decimal): -2798135 or 13192661. OLE color: 13192661.

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

Color convert

RGB21377201-
CMYK00.640.060.16
HSL305.29º61.82%56.86%-
HSV(B)305.29º63.85%83.53%-
XYZ40.6423.6757.69-
YUV131.8167.06185.92-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.38%
GREEN value IS 77 (30.47% from 255) = 15.68%
BLUE value IS 201 (78.91% from 255) = 40.94%
R=43.38%
G=15.68%
B=40.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137720100.640.060.16305.2961.8256.86
HexD54DC90406101313e39
Octal32511531101006204617671
Binary110101011001101110010010100000011010000100110001111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54DC9; }

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

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

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

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

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

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

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

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