#D744AE

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

Shades of Fuchsia #D744AE

Tints of Fuchsia #D744AE

Color information

#D744AE (or 0xD744AE) is unknown color: approx Fuchsia. HEX triplet: D7, 44 and AE. RGB value is (215,68,174). Sum of RGB (Red+Green+Blue) = 215+68+174=457 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.05% from 457); Green value is 68 (26.95% from 255 or 14.88% from 457); Blue value is 174 (68.36% from 255 or 38.07% from 457); Max value from RGB is 215 - color contains mainly: red. Hex color #D744AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D744AE is #28BB51. Grayscale: #7B7B7B. Windows color (decimal): -2669394 or 11420887. OLE color: 11420887.

HSL color Cylindrical-coordinate representation of color #D744AE: hue angle of 316.73º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D744AE is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB21568174-
CMYK00.680.190.16
HSL316.73º64.76%55.49%-
HSV(B)316.73º68.37%84.31%-
XYZ37.7321.6442.23-
YUV124.04156.2192.88-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.05%
GREEN value IS 68 (26.95% from 255) = 14.88%
BLUE value IS 174 (68.36% from 255) = 38.07%
R=47.05%
G=14.88%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2156817400.680.190.16316.7364.7655.49
HexD744AE044131013d4137
Octal3271042560104232047510167
Binary110101111000100101011100100010010011100001001111011000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D744AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D744AE; }

 p { color: rgb(215,68,174); }

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

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

 a { background-color: rgb(215,68,174); }

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

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

 span { border-color: rgb(215,68,174); }

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