#D45FB9

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

Shades of Fuchsia #D45FB9

Tints of Fuchsia #D45FB9

Color information

#D45FB9 (or 0xD45FB9) is unknown color: approx Fuchsia. HEX triplet: D4, 5F and B9. RGB value is (212,95,185). Sum of RGB (Red+Green+Blue) = 212+95+185=492 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.09% from 492); Green value is 95 (37.5% from 255 or 19.31% from 492); Blue value is 185 (72.66% from 255 or 37.60% from 492); Max value from RGB is 212 - color contains mainly: red. Hex color #D45FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D45FB9 is #2BA046. Grayscale: #8C8C8C. Windows color (decimal): -2859079 or 12148692. OLE color: 12148692.

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

Color convert

RGB21295185-
CMYK00.550.130.17
HSL313.85º57.64%60.2%-
HSV(B)313.85º55.19%83.14%-
XYZ4025.6848.75-
YUV140.24153.26179.18-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.09%
GREEN value IS 95 (37.5% from 255) = 19.31%
BLUE value IS 185 (72.66% from 255) = 37.60%
R=43.09%
G=19.31%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.13
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2129518500.550.130.17313.8557.6460.2
HexD45FB9037D1113a3a3c
Octal32413727106715214727274
Binary110101001011111101110010110111110110001100111010111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45FB9; }

 p { color: rgb(212,95,185); }

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

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

 a { background-color: rgb(212,95,185); }

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

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

 span { border-color: rgb(212,95,185); }

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