#D444B4

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

Shades of Fuchsia #D444B4

Tints of Fuchsia #D444B4

Color information

#D444B4 (or 0xD444B4) is unknown color: approx Fuchsia. HEX triplet: D4, 44 and B4. RGB value is (212,68,180). Sum of RGB (Red+Green+Blue) = 212+68+180=460 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.09% from 460); Green value is 68 (26.95% from 255 or 14.78% from 460); Blue value is 180 (70.70% from 255 or 39.13% from 460); Max value from RGB is 212 - color contains mainly: red. Hex color #D444B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D444B4 is #2BBB4B. Grayscale: #7B7B7B. Windows color (decimal): -2865996 or 11814100. OLE color: 11814100.

HSL color Cylindrical-coordinate representation of color #D444B4: hue angle of 313.33º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D444B4 is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.17.

Color convert

RGB21268180-
CMYK00.680.150.17
HSL313.33º62.61%54.9%-
HSV(B)313.33º67.92%83.14%-
XYZ37.4621.4345.34-
YUV123.82159.71190.89-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.09%
GREEN value IS 68 (26.95% from 255) = 14.78%
BLUE value IS 180 (70.70% from 255) = 39.13%
R=46.09%
G=14.78%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.15
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2126818000.680.150.17313.3362.6154.9
HexD444B4044F111393f37
Octal324104264010417214717767
Binary1101010010001001011010001000100111110001100111001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D444B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D444B4; }

 p { color: rgb(212,68,180); }

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

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

 a { background-color: rgb(212,68,180); }

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

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

 span { border-color: rgb(212,68,180); }

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