#D55DB8

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

Shades of Fuchsia #D55DB8

Tints of Fuchsia #D55DB8

Color information

#D55DB8 (or 0xD55DB8) is unknown color: approx Fuchsia. HEX triplet: D5, 5D and B8. RGB value is (213,93,184). Sum of RGB (Red+Green+Blue) = 213+93+184=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 93 (36.72% from 255 or 18.98% from 490); Blue value is 184 (72.27% from 255 or 37.55% from 490); Max value from RGB is 213 - color contains mainly: red. Hex color #D55DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55DB8 is #2AA247. Grayscale: #8B8B8B. Windows color (decimal): -2794056 or 12082645. OLE color: 12082645.

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

Color convert

RGB21393184-
CMYK00.560.140.16
HSL314.5º58.82%60%-
HSV(B)314.5º56.34%83.53%-
XYZ40.0125.4448.15-
YUV139.25153.26180.6-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.47%
GREEN value IS 93 (36.72% from 255) = 18.98%
BLUE value IS 184 (72.27% from 255) = 37.55%
R=43.47%
G=18.98%
B=37.55%

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
Decimal2139318400.560.140.16314.558.8260
HexD55DB8038E1013a3b3c
Octal32513527007016204727374
Binary110101011011101101110000111000111010000100111010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55DB8; }

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

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

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

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

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

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

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

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