#D444B3

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

Shades of Fuchsia #D444B3

Tints of Fuchsia #D444B3

Color information

#D444B3 (or 0xD444B3) is unknown color: approx Fuchsia. HEX triplet: D4, 44 and B3. RGB value is (212,68,179). Sum of RGB (Red+Green+Blue) = 212+68+179=459 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.19% from 459); Green value is 68 (26.95% from 255 or 14.81% from 459); Blue value is 179 (70.31% from 255 or 39.00% from 459); Max value from RGB is 212 - color contains mainly: red. Hex color #D444B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D444B3 is #2BBB4C. Grayscale: #7B7B7B. Windows color (decimal): -2865997 or 11748564. OLE color: 11748564.

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

Color convert

RGB21268179-
CMYK00.680.160.17
HSL313.75º62.61%54.9%-
HSV(B)313.75º67.92%83.14%-
XYZ37.3621.3944.81-
YUV123.71159.21190.97-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.19%
GREEN value IS 68 (26.95% from 255) = 14.81%
BLUE value IS 179 (70.31% from 255) = 39.00%
R=46.19%
G=14.81%
B=39.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.16
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2126817900.680.160.17313.7562.6154.9
HexD444B3044101113a3f37
Octal324104263010420214727767
Binary11010100100010010110011010001001000010001100111010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D444B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D444B3; }

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

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

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

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

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

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

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

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