#D554C5

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

Shades of Fuchsia #D554C5

Tints of Fuchsia #D554C5

Color information

#D554C5 (or 0xD554C5) is unknown color: approx Fuchsia. HEX triplet: D5, 54 and C5. RGB value is (213,84,197). Sum of RGB (Red+Green+Blue) = 213+84+197=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 84 (33.20% from 255 or 17.00% from 494); Blue value is 197 (77.34% from 255 or 39.88% from 494); Max value from RGB is 213 - color contains mainly: red. Hex color #D554C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D554C5 is #2AAB3A. Grayscale: #878787. Windows color (decimal): -2796347 or 12932309. OLE color: 12932309.

HSL color Cylindrical-coordinate representation of color #D554C5: hue angle of 307.44º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D554C5 is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB21384197-
CMYK00.610.080.16
HSL307.44º60.56%58.24%-
HSV(B)307.44º60.56%83.53%-
XYZ40.6924.5255.41-
YUV135.45162.74183.31-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.12%
GREEN value IS 84 (33.20% from 255) = 17.00%
BLUE value IS 197 (77.34% from 255) = 39.88%
R=43.12%
G=17.00%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138419700.610.080.16307.4460.5658.24
HexD554C503D8101333d3a
Octal32512430507510204637572
Binary110101011010100110001010111101100010000100110011111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D554C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D554C5; }

 p { color: rgb(213,84,197); }

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

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

 a { background-color: rgb(213,84,197); }

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

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

 span { border-color: rgb(213,84,197); }

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