#d55fc1

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

Shades of Fuchsia #D55FC1

Tints of Fuchsia #D55FC1

Color information

#D55FC1 (or 0xD55FC1) is unknown color: approx Fuchsia. HEX triplet: D5, 5F and C1. RGB value is (213,95,193). Sum of RGB (Red+Green+Blue) = 213+95+193=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 95 (37.5% from 255 or 18.96% from 501); Blue value is 193 (75.78% from 255 or 38.52% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D55FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55FC1 is #2AA03E. Grayscale: #8D8D8D. Windows color (decimal): -2793535 or 12672981. OLE color: 12672981.

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

Color convert

RGB21395193-
CMYK00.550.090.16
HSL310.17º58.42%60.39%-
HSV(B)310.17º55.4%83.53%-
XYZ41.1626.1853.34-
YUV141.45157.09179.03-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.51%
GREEN value IS 95 (37.5% from 255) = 18.96%
BLUE value IS 193 (75.78% from 255) = 38.52%
R=42.51%
G=18.96%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139519300.550.090.16310.1758.4260.39
HexD55FC10379101363a3c
Octal32513730106711204667274
Binary110101011011111110000010110111100110000100110110111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d55fc1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d55fc1; }

 p { color: rgb(213,95,193); }

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

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

 a { background-color: rgb(213,95,193); }

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

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

 span { border-color: rgb(213,95,193); }

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