#D45FC0

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

Shades of Fuchsia #D45FC0

Tints of Fuchsia #D45FC0

Color information

#D45FC0 (or 0xD45FC0) is unknown color: approx Fuchsia. HEX triplet: D4, 5F and C0. RGB value is (212,95,192). Sum of RGB (Red+Green+Blue) = 212+95+192=499 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.48% from 499); Green value is 95 (37.5% from 255 or 19.04% from 499); Blue value is 192 (75.39% from 255 or 38.48% from 499); Max value from RGB is 212 - color contains mainly: red. Hex color #D45FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D45FC0 is #2BA03F. Grayscale: #8C8C8C. Windows color (decimal): -2859072 or 12607444. OLE color: 12607444.

HSL color Cylindrical-coordinate representation of color #D45FC0: hue angle of 310.26º 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 #D45FC0 is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB21295192-
CMYK00.550.090.17
HSL310.26º57.64%60.2%-
HSV(B)310.26º55.19%83.14%-
XYZ40.7625.9952.74-
YUV141.04156.76178.61-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.48%
GREEN value IS 95 (37.5% from 255) = 19.04%
BLUE value IS 192 (75.39% from 255) = 38.48%
R=42.48%
G=19.04%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2129519200.550.090.17310.2657.6460.2
HexD45FC00379111363a3c
Octal32413730006711214667274
Binary110101001011111110000000110111100110001100110110111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45FC0; }

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

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

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

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

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

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

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

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