#D55FB4

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

Shades of Fuchsia #D55FB4

Tints of Fuchsia #D55FB4

Color information

#D55FB4 (or 0xD55FB4) is unknown color: approx Fuchsia. HEX triplet: D5, 5F and B4. RGB value is (213,95,180). Sum of RGB (Red+Green+Blue) = 213+95+180=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 95 (37.5% from 255 or 19.47% from 488); Blue value is 180 (70.70% from 255 or 36.89% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D55FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55FB4 is #2AA04B. Grayscale: #8B8B8B. Windows color (decimal): -2793548 or 11821013. OLE color: 11821013.

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

Color convert

RGB21395180-
CMYK00.550.150.16
HSL316.78º58.42%60.39%-
HSV(B)316.78º55.4%83.53%-
XYZ39.7725.6346.03-
YUV139.97150.59180.09-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.65%
GREEN value IS 95 (37.5% from 255) = 19.47%
BLUE value IS 180 (70.70% from 255) = 36.89%
R=43.65%
G=19.47%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139518000.550.150.16316.7858.4260.39
HexD55FB4037F1013d3a3c
Octal32513726406717204757274
Binary110101011011111101101000110111111110000100111101111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55FB4; }

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

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

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

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

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

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

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

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