#D44DB7

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

Shades of Fuchsia #D44DB7

Tints of Fuchsia #D44DB7

Color information

#D44DB7 (or 0xD44DB7) is unknown color: approx Fuchsia. HEX triplet: D4, 4D and B7. RGB value is (212,77,183). Sum of RGB (Red+Green+Blue) = 212+77+183=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 77 (30.47% from 255 or 16.31% from 472); Blue value is 183 (71.88% from 255 or 38.77% from 472); Max value from RGB is 212 - color contains mainly: red. Hex color #D44DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D44DB7 is #2BB248. Grayscale: #818181. Windows color (decimal): -2863689 or 12013012. OLE color: 12013012.

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

Color convert

RGB21277183-
CMYK00.640.140.17
HSL312.89º61.09%56.67%-
HSV(B)312.89º63.68%83.14%-
XYZ38.3522.7247.16-
YUV129.45158.23186.88-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.92%
GREEN value IS 77 (30.47% from 255) = 16.31%
BLUE value IS 183 (71.88% from 255) = 38.77%
R=44.92%
G=16.31%
B=38.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.14
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2127718300.640.140.17312.8961.0956.67
HexD44DB7040E111393d39
Octal324115267010016214717571
Binary1101010010011011011011101000000111010001100111001111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44DB7; }

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

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

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

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

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

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

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

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