#D45CAF

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

Shades of Fuchsia #D45CAF

Tints of Fuchsia #D45CAF

Color information

#D45CAF (or 0xD45CAF) is unknown color: approx Fuchsia. HEX triplet: D4, 5C and AF. RGB value is (212,92,175). Sum of RGB (Red+Green+Blue) = 212+92+175=479 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.26% from 479); Green value is 92 (36.33% from 255 or 19.21% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 212 - color contains mainly: red. Hex color #D45CAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45CAF is #2BA350. Grayscale: #898989. Windows color (decimal): -2859857 or 11492564. OLE color: 11492564.

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

Color convert

RGB21292175-
CMYK00.570.170.17
HSL318.5º58.25%59.61%-
HSV(B)318.5º56.6%83.14%-
XYZ38.7224.7543.29-
YUV137.34149.26181.25-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.26%
GREEN value IS 92 (36.33% from 255) = 19.21%
BLUE value IS 175 (68.75% from 255) = 36.53%
R=44.26%
G=19.21%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2129217500.570.170.17318.558.2559.61
HexD45CAF039111113e3a3c
Octal32413425707121214767274
Binary1101010010111001010111101110011000110001100111110111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45CAF; }

 p { color: rgb(212,92,175); }

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

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

 a { background-color: rgb(212,92,175); }

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

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

 span { border-color: rgb(212,92,175); }

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