#D54CB3

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

Shades of Fuchsia #D54CB3

Tints of Fuchsia #D54CB3

Color information

#D54CB3 (or 0xD54CB3) is unknown color: approx Fuchsia. HEX triplet: D5, 4C and B3. RGB value is (213,76,179). Sum of RGB (Red+Green+Blue) = 213+76+179=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 76 (30.08% from 255 or 16.24% from 468); Blue value is 179 (70.31% from 255 or 38.25% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D54CB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54CB3 is #2AB34C. Grayscale: #808080. Windows color (decimal): -2798413 or 11750613. OLE color: 11750613.

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

Color convert

RGB21376179-
CMYK00.640.160.16
HSL314.89º61.99%56.67%-
HSV(B)314.89º64.32%83.53%-
XYZ38.1622.5744.99-
YUV128.7156.39188.12-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.51%
GREEN value IS 76 (30.08% from 255) = 16.24%
BLUE value IS 179 (70.31% from 255) = 38.25%
R=45.51%
G=16.24%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137617900.640.160.16314.8961.9956.67
HexD54CB3040101013b3e39
Octal325114263010020204737671
Binary11010101100110010110011010000001000010000100111011111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54CB3; }

 p { color: rgb(213,76,179); }

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

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

 a { background-color: rgb(213,76,179); }

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

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

 span { border-color: rgb(213,76,179); }

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