#DA4EC5

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

Shades of Free Speech Magenta #DA4EC5

Tints of Free Speech Magenta #DA4EC5

Color information

#DA4EC5 (or 0xDA4EC5) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 4E and C5. RGB value is (218,78,197). Sum of RGB (Red+Green+Blue) = 218+78+197=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 78 (30.86% from 255 or 15.82% from 493); Blue value is 197 (77.34% from 255 or 39.96% from 493); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA4EC5 is #25B13A. Grayscale: #858585. Windows color (decimal): -2470203 or 12930778. OLE color: 12930778.

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

Color convert

RGB21878197-
CMYK00.640.100.15
HSL309º65.42%58.04%-
HSV(B)309º64.22%85.49%-
XYZ41.7224.3955.33-
YUV133.43163.88188.32-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.22%
GREEN value IS 78 (30.86% from 255) = 15.82%
BLUE value IS 197 (77.34% from 255) = 39.96%
R=44.22%
G=15.82%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2187819700.640.100.1530965.4258.04
HexDA4EC5040AF135413a
Octal3321163050100121746510172
Binary1101101010011101100010101000000101011111001101011000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4EC5; }

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

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

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

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

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

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

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

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