#DA4EDE

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

Shades of Free Speech Magenta #DA4EDE

Tints of Free Speech Magenta #DA4EDE

Color information

#DA4EDE (or 0xDA4EDE) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 4E and DE. RGB value is (218,78,222). Sum of RGB (Red+Green+Blue) = 218+78+222=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 78 (30.86% from 255 or 15.06% from 518); Blue value is 222 (87.11% from 255 or 42.86% from 518); Max value from RGB is 222 - color contains mainly: blue. Hex color #DA4EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA4EDE is #25B121. Grayscale: #878787. Windows color (decimal): -2470178 or 14569178. OLE color: 14569178.

HSL color Cylindrical-coordinate representation of color #DA4EDE: hue angle of 298.33º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA4EDE is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21878222-
CMYK0.020.6500.13
HSL298.33º68.57%58.82%-
HSV(B)298.33º64.86%87.06%-
XYZ44.8225.6371.69-
YUV136.28176.38186.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.08%
GREEN value IS 78 (30.86% from 255) = 15.06%
BLUE value IS 222 (87.11% from 255) = 42.86%
R=42.08%
G=15.06%
B=42.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal218782220.020.6500.13298.3368.5758.82
HexDA4EDE2410D12a453b
Octal332116336210101545210573
Binary11011010100111011011110101000001011011001010101000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4EDE; }

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

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

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

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

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

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

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

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