#D55DAE

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

Shades of Fuchsia #D55DAE

Tints of Fuchsia #D55DAE

Color information

#D55DAE (or 0xD55DAE) is unknown color: approx Fuchsia. HEX triplet: D5, 5D and AE. RGB value is (213,93,174). Sum of RGB (Red+Green+Blue) = 213+93+174=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 93 (36.72% from 255 or 19.38% from 480); Blue value is 174 (68.36% from 255 or 36.25% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D55DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55DAE is #2AA251. Grayscale: #898989. Windows color (decimal): -2794066 or 11427285. OLE color: 11427285.

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

Color convert

RGB21393174-
CMYK00.560.180.16
HSL319.5º58.82%60%-
HSV(B)319.5º56.34%83.53%-
XYZ38.9925.0342.82-
YUV138.11148.26181.41-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.38%
GREEN value IS 93 (36.72% from 255) = 19.38%
BLUE value IS 174 (68.36% from 255) = 36.25%
R=44.38%
G=19.38%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139317400.560.180.16319.558.8260
HexD55DAE03812101403b3c
Octal32513525607022205007374
Binary1101010110111011010111001110001001010000101000000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55DAE; }

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

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

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

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

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

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

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

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