#D44CB7

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

Shades of Fuchsia #D44CB7

Tints of Fuchsia #D44CB7

Color information

#D44CB7 (or 0xD44CB7) is unknown color: approx Fuchsia. HEX triplet: D4, 4C and B7. RGB value is (212,76,183). Sum of RGB (Red+Green+Blue) = 212+76+183=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 76 (30.08% from 255 or 16.14% from 471); Blue value is 183 (71.88% from 255 or 38.85% from 471); Max value from RGB is 212 - color contains mainly: red. Hex color #D44CB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D44CB7 is #2BB348. Grayscale: #808080. Windows color (decimal): -2863945 or 12012756. OLE color: 12012756.

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

Color convert

RGB21276183-
CMYK00.640.140.17
HSL312.79º61.26%56.47%-
HSV(B)312.79º64.15%83.14%-
XYZ38.2822.5847.14-
YUV128.86158.56187.3-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.01%
GREEN value IS 76 (30.08% from 255) = 16.14%
BLUE value IS 183 (71.88% from 255) = 38.85%
R=45.01%
G=16.14%
B=38.85%

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
Decimal2127618300.640.140.17312.7961.2656.47
HexD44CB7040E111393d38
Octal324114267010016214717570
Binary1101010010011001011011101000000111010001100111001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44CB7; }

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

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

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

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

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

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

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

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