#D55DB9

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

Shades of Fuchsia #D55DB9

Tints of Fuchsia #D55DB9

Color information

#D55DB9 (or 0xD55DB9) is unknown color: approx Fuchsia. HEX triplet: D5, 5D and B9. RGB value is (213,93,185). Sum of RGB (Red+Green+Blue) = 213+93+185=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 93 (36.72% from 255 or 18.94% from 491); Blue value is 185 (72.66% from 255 or 37.68% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D55DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55DB9 is #2AA246. Grayscale: #8B8B8B. Windows color (decimal): -2794055 or 12148181. OLE color: 12148181.

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

Color convert

RGB21393185-
CMYK00.560.130.16
HSL314º58.82%60%-
HSV(B)314º56.34%83.53%-
XYZ40.1125.4848.7-
YUV139.37153.76180.52-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.38%
GREEN value IS 93 (36.72% from 255) = 18.94%
BLUE value IS 185 (72.66% from 255) = 37.68%
R=43.38%
G=18.94%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139318500.560.130.1631458.8260
HexD55DB9038D1013a3b3c
Octal32513527107015204727374
Binary110101011011101101110010111000110110000100111010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55DB9; }

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

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

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

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

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

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

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

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