#DA4EB7

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

Shades of Fuchsia #DA4EB7

Tints of Fuchsia #DA4EB7

Color information

#DA4EB7 (or 0xDA4EB7) is unknown color: approx Fuchsia. HEX triplet: DA, 4E and B7. RGB value is (218,78,183). Sum of RGB (Red+Green+Blue) = 218+78+183=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 78 (30.86% from 255 or 16.28% from 479); Blue value is 183 (71.88% from 255 or 38.20% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4EB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA4EB7 is #25B148. Grayscale: #838383. Windows color (decimal): -2470217 or 12013274. OLE color: 12013274.

HSL color Cylindrical-coordinate representation of color #DA4EB7: hue angle of 315º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DA4EB7 is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB21878183-
CMYK00.640.160.15
HSL315º65.42%58.04%-
HSV(B)315º64.22%85.49%-
XYZ40.1923.7747.27-
YUV131.83156.88189.46-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.51%
GREEN value IS 78 (30.86% from 255) = 16.28%
BLUE value IS 183 (71.88% from 255) = 38.20%
R=45.51%
G=16.28%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2187818300.640.160.1531565.4258.04
HexDA4EB704010F13b413a
Octal3321162670100201747310172
Binary11011010100111010110111010000001000011111001110111000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4EB7; }

 p { color: rgb(218,78,183); }

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

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

 a { background-color: rgb(218,78,183); }

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

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

 span { border-color: rgb(218,78,183); }

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