#D55DB7

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

Shades of Fuchsia #D55DB7

Tints of Fuchsia #D55DB7

Color information

#D55DB7 (or 0xD55DB7) is unknown color: approx Fuchsia. HEX triplet: D5, 5D and B7. RGB value is (213,93,183). Sum of RGB (Red+Green+Blue) = 213+93+183=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 93 (36.72% from 255 or 19.02% from 489); Blue value is 183 (71.88% from 255 or 37.42% from 489); Max value from RGB is 213 - color contains mainly: red. Hex color #D55DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55DB7 is #2AA248. Grayscale: #8A8A8A. Windows color (decimal): -2794057 or 12017109. OLE color: 12017109.

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

Color convert

RGB21393183-
CMYK00.560.140.16
HSL315º58.82%60%-
HSV(B)315º56.34%83.53%-
XYZ39.925.3947.6-
YUV139.14152.76180.68-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.56%
GREEN value IS 93 (36.72% from 255) = 19.02%
BLUE value IS 183 (71.88% from 255) = 37.42%
R=43.56%
G=19.02%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139318300.560.140.1631558.8260
HexD55DB7038E1013b3b3c
Octal32513526707016204737374
Binary110101011011101101101110111000111010000100111011111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55DB7; }

 p { color: rgb(213,93,183); }

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

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

 a { background-color: rgb(213,93,183); }

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

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

 span { border-color: rgb(213,93,183); }

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