#D553AD

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

Shades of Fuchsia #D553AD

Tints of Fuchsia #D553AD

Color information

#D553AD (or 0xD553AD) is unknown color: approx Fuchsia. HEX triplet: D5, 53 and AD. RGB value is (213,83,173). Sum of RGB (Red+Green+Blue) = 213+83+173=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 83 (32.81% from 255 or 17.70% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 213 - color contains mainly: red. Hex color #D553AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D553AD is #2AAC52. Grayscale: #838383. Windows color (decimal): -2796627 or 11359189. OLE color: 11359189.

HSL color Cylindrical-coordinate representation of color #D553AD: hue angle of 318.46º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D553AD is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB21383173-
CMYK00.610.190.16
HSL318.46º60.75%58.04%-
HSV(B)318.46º61.03%83.53%-
XYZ38.0823.3542.04-
YUV132.13151.07185.68-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.42%
GREEN value IS 83 (32.81% from 255) = 17.70%
BLUE value IS 173 (67.97% from 255) = 36.89%
R=45.42%
G=17.70%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138317300.610.190.16318.4660.7558.04
HexD553AD03D131013e3d3a
Octal32512325507523204767572
Binary1101010110100111010110101111011001110000100111110111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D553AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D553AD; }

 p { color: rgb(213,83,173); }

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

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

 a { background-color: rgb(213,83,173); }

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

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

 span { border-color: rgb(213,83,173); }

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