#DA5AE8

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

Shades of Free Speech Magenta #DA5AE8

Tints of Free Speech Magenta #DA5AE8

Color information

#DA5AE8 (or 0xDA5AE8) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 5A and E8. RGB value is (218,90,232). Sum of RGB (Red+Green+Blue) = 218+90+232=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 90 (35.55% from 255 or 16.67% from 540); Blue value is 232 (91.02% from 255 or 42.96% from 540); Max value from RGB is 232 - color contains mainly: blue. Hex color #DA5AE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA5AE8 is #25A517. Grayscale: #909090. Windows color (decimal): -2467096 or 15227610. OLE color: 15227610.

HSL color Cylindrical-coordinate representation of color #DA5AE8: hue angle of 294.08º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA5AE8 is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB21890232-
CMYK0.060.6100.09
HSL294.08º75.53%63.14%-
HSV(B)294.08º61.21%90.98%-
XYZ47.1428.0479.27-
YUV144.46177.41180.45-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.37%
GREEN value IS 90 (35.55% from 255) = 16.67%
BLUE value IS 232 (91.02% from 255) = 42.96%
R=40.37%
G=16.67%
B=42.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal218902320.060.6100.09294.0875.5363.14
HexDA5AE863D091264c3f
Octal33213235067501144611477
Binary11011010101101011101000110111101010011001001101001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5AE8; }

 p { color: rgb(218,90,232); }

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

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

 a { background-color: rgb(218,90,232); }

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

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

 span { border-color: rgb(218,90,232); }

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