#DA4EC8

Color #DA4EC8 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #DA4EC8

Tints of Free Speech Magenta #DA4EC8

Color information

#DA4EC8 (or 0xDA4EC8) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 4E and C8. RGB value is (218,78,200). Sum of RGB (Red+Green+Blue) = 218+78+200=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 78 (30.86% from 255 or 15.73% from 496); Blue value is 200 (78.52% from 255 or 40.32% from 496); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA4EC8 is #25B137. Grayscale: #858585. Windows color (decimal): -2470200 or 13127386. OLE color: 13127386.

HSL color Cylindrical-coordinate representation of color #DA4EC8: hue angle of 307.71º 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 #DA4EC8 is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB21878200-
CMYK00.640.080.15
HSL307.71º65.42%58.04%-
HSV(B)307.71º64.22%85.49%-
XYZ42.0624.5257.16-
YUV133.77165.38188.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.95%
GREEN value IS 78 (30.86% from 255) = 15.73%
BLUE value IS 200 (78.52% from 255) = 40.32%
R=43.95%
G=15.73%
B=40.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2187820000.640.080.15307.7165.4258.04
HexDA4EC80408F134413a
Octal3321163100100101746410172
Binary1101101010011101100100001000000100011111001101001000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4EC8; }

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

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

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

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

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

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

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

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