#D453AD

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

Shades of Fuchsia #D453AD

Tints of Fuchsia #D453AD

Color information

#D453AD (or 0xD453AD) is unknown color: approx Fuchsia. HEX triplet: D4, 53 and AD. RGB value is (212,83,173). Sum of RGB (Red+Green+Blue) = 212+83+173=468 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.30% from 468); Green value is 83 (32.81% from 255 or 17.74% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 212 - color contains mainly: red. Hex color #D453AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D453AD is #2BAC52. Grayscale: #838383. Windows color (decimal): -2862163 or 11359188. OLE color: 11359188.

HSL color Cylindrical-coordinate representation of color #D453AD: hue angle of 318.14º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D453AD is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB21283173-
CMYK00.610.180.17
HSL318.14º60%57.84%-
HSV(B)318.14º60.85%83.14%-
XYZ37.7923.242.02-
YUV131.83151.24185.18-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.30%
GREEN value IS 83 (32.81% from 255) = 17.74%
BLUE value IS 173 (67.97% from 255) = 36.97%
R=45.30%
G=17.74%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2128317300.610.180.17318.146057.84
HexD453AD03D121113e3c3a
Octal32412325507522214767472
Binary1101010010100111010110101111011001010001100111110111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D453AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D453AD; }

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

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

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

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

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

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

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

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