#DA5FDA

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

Shades of Free Speech Magenta #DA5FDA

Tints of Free Speech Magenta #DA5FDA

Color information

#DA5FDA (or 0xDA5FDA) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 5F and DA. RGB value is (218,95,218). Sum of RGB (Red+Green+Blue) = 218+95+218=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 95 (37.5% from 255 or 17.89% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA5FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA5FDA is #25A025. Grayscale: #919191. Windows color (decimal): -2465830 or 14311386. OLE color: 14311386.

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

Color convert

RGB21895218-
CMYK00.5600.15
HSL300º62.44%61.37%-
HSV(B)300º56.42%85.49%-
XYZ45.6628.1569.36-
YUV145.8168.75179.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.05%
GREEN value IS 95 (37.5% from 255) = 17.89%
BLUE value IS 218 (85.55% from 255) = 41.05%
R=41.05%
G=17.89%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189521800.5600.1530062.4461.37
HexDA5FDA0380F12c3e3d
Octal3321373320700174547675
Binary11011010101111111011010011100001111100101100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5FDA; }

 p { color: rgb(218,95,218); }

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

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

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

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

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

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

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