#da5ed2

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

Shades of Free Speech Magenta #DA5ED2

Tints of Free Speech Magenta #DA5ED2

Color information

#DA5ED2 (or 0xDA5ED2) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 5E and D2. RGB value is (218,94,210). Sum of RGB (Red+Green+Blue) = 218+94+210=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 94 (37.11% from 255 or 18.01% from 522); Blue value is 210 (82.42% from 255 or 40.23% from 522); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5ED2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA5ED2 is #25A12D. Grayscale: #8F8F8F. Windows color (decimal): -2466094 or 13786842. OLE color: 13786842.

HSL color Cylindrical-coordinate representation of color #DA5ED2: hue angle of 303.87º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DA5ED2 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB21894210-
CMYK00.570.040.15
HSL303.87º62.63%61.18%-
HSV(B)303.87º56.88%85.49%-
XYZ44.5527.5663.95-
YUV144.3165.08180.57-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.76%
GREEN value IS 94 (37.11% from 255) = 18.01%
BLUE value IS 210 (82.42% from 255) = 40.23%
R=41.76%
G=18.01%
B=40.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189421000.570.040.15303.8762.6361.18
HexDA5ED20394F1303f3d
Octal3321363220714174607775
Binary1101101010111101101001001110011001111100110000111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #da5ed2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #da5ed2; }

 p { color: rgb(218,94,210); }

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

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

 a { background-color: rgb(218,94,210); }

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

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

 span { border-color: rgb(218,94,210); }

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