#D42FB7

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

Shades of Fuchsia #D42FB7

Tints of Fuchsia #D42FB7

Color information

#D42FB7 (or 0xD42FB7) is unknown color: approx Fuchsia. HEX triplet: D4, 2F and B7. RGB value is (212,47,183). Sum of RGB (Red+Green+Blue) = 212+47+183=442 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.96% from 442); Green value is 47 (18.75% from 255 or 10.63% from 442); Blue value is 183 (71.88% from 255 or 41.40% from 442); Max value from RGB is 212 - color contains mainly: red. Hex color #D42FB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42FB7 is #2BD048. Grayscale: #6F6F6F. Windows color (decimal): -2871369 or 12005332. OLE color: 12005332.

HSL color Cylindrical-coordinate representation of color #D42FB7: hue angle of 310.55º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D42FB7 is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.17.

Color convert

RGB21247183-
CMYK00.780.140.17
HSL310.55º65.74%50.78%-
HSV(B)310.55º77.83%83.14%-
XYZ36.7219.4546.62-
YUV111.84168.16199.44-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.96%
GREEN value IS 47 (18.75% from 255) = 10.63%
BLUE value IS 183 (71.88% from 255) = 41.40%
R=47.96%
G=10.63%
B=41.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.14
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2124718300.780.140.17310.5565.7450.78
HexD42FB704EE111374233
Octal324572670116162146710263
Binary1101010010111110110111010011101110100011001101111000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D42FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D42FB7; }

 p { color: rgb(212,47,183); }

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

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

 a { background-color: rgb(212,47,183); }

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

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

 span { border-color: rgb(212,47,183); }

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