#D42FB8

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

Shades of Fuchsia #D42FB8

Tints of Fuchsia #D42FB8

Color information

#D42FB8 (or 0xD42FB8) is unknown color: approx Fuchsia. HEX triplet: D4, 2F and B8. RGB value is (212,47,184). Sum of RGB (Red+Green+Blue) = 212+47+184=443 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.86% from 443); Green value is 47 (18.75% from 255 or 10.61% from 443); Blue value is 184 (72.27% from 255 or 41.53% from 443); Max value from RGB is 212 - color contains mainly: red. Hex color #D42FB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42FB8 is #2BD047. Grayscale: #6F6F6F. Windows color (decimal): -2871368 or 12070868. OLE color: 12070868.

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

Color convert

RGB21247184-
CMYK00.780.130.17
HSL310.18º65.74%50.78%-
HSV(B)310.18º77.83%83.14%-
XYZ36.8219.4947.17-
YUV111.95168.66199.36-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.86%
GREEN value IS 47 (18.75% from 255) = 10.61%
BLUE value IS 184 (72.27% from 255) = 41.53%
R=47.86%
G=10.61%
B=41.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.13
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2124718400.780.130.17310.1865.7450.78
HexD42FB804ED111364233
Octal324572700116152146610263
Binary1101010010111110111000010011101101100011001101101000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D42FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D42FB8; }

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

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

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

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

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

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

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

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