#D55CB4

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

Shades of Fuchsia #D55CB4

Tints of Fuchsia #D55CB4

Color information

#D55CB4 (or 0xD55CB4) is unknown color: approx Fuchsia. HEX triplet: D5, 5C and B4. RGB value is (213,92,180). Sum of RGB (Red+Green+Blue) = 213+92+180=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 92 (36.33% from 255 or 18.97% from 485); Blue value is 180 (70.70% from 255 or 37.11% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D55CB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55CB4 is #2AA34B. Grayscale: #898989. Windows color (decimal): -2794316 or 11820245. OLE color: 11820245.

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

Color convert

RGB21392180-
CMYK00.570.150.16
HSL316.36º59.02%59.8%-
HSV(B)316.36º56.81%83.53%-
XYZ39.5125.145.94-
YUV138.21151.59181.34-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.92%
GREEN value IS 92 (36.33% from 255) = 18.97%
BLUE value IS 180 (70.70% from 255) = 37.11%
R=43.92%
G=18.97%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139218000.570.150.16316.3659.0259.8
HexD55CB4039F1013c3b3c
Octal32513426407117204747374
Binary110101011011100101101000111001111110000100111100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55CB4; }

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

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

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

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

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

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

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

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