#D45DB1

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

Shades of Fuchsia #D45DB1

Tints of Fuchsia #D45DB1

Color information

#D45DB1 (or 0xD45DB1) is unknown color: approx Fuchsia. HEX triplet: D4, 5D and B1. RGB value is (212,93,177). Sum of RGB (Red+Green+Blue) = 212+93+177=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 93 (36.72% from 255 or 19.29% from 482); Blue value is 177 (69.53% from 255 or 36.72% from 482); Max value from RGB is 212 - color contains mainly: red. Hex color #D45DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45DB1 is #2BA24E. Grayscale: #898989. Windows color (decimal): -2859599 or 11623892. OLE color: 11623892.

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

Color convert

RGB21293177-
CMYK00.560.170.17
HSL317.65º58.05%59.8%-
HSV(B)317.65º56.13%83.14%-
XYZ392544.36-
YUV138.16149.92180.67-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.98%
GREEN value IS 93 (36.72% from 255) = 19.29%
BLUE value IS 177 (69.53% from 255) = 36.72%
R=43.98%
G=19.29%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2129317700.560.170.17317.6558.0559.8
HexD45DB1038111113e3a3c
Octal32413526107021214767274
Binary1101010010111011011000101110001000110001100111110111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45DB1; }

 p { color: rgb(212,93,177); }

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

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

 a { background-color: rgb(212,93,177); }

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

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

 span { border-color: rgb(212,93,177); }

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