#DA5DDA

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

Shades of Free Speech Magenta #DA5DDA

Tints of Free Speech Magenta #DA5DDA

Color information

#DA5DDA (or 0xDA5DDA) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 5D and DA. RGB value is (218,93,218). Sum of RGB (Red+Green+Blue) = 218+93+218=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 93 (36.72% from 255 or 17.58% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA5DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA5DDA is #25A225. Grayscale: #909090. Windows color (decimal): -2466342 or 14310874. OLE color: 14310874.

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

Color convert

RGB21893218-
CMYK00.5700.15
HSL300º62.81%60.98%-
HSV(B)300º57.34%85.49%-
XYZ45.4827.869.3-
YUV144.62169.41180.34-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.21%
GREEN value IS 93 (36.72% from 255) = 17.58%
BLUE value IS 218 (85.55% from 255) = 41.21%
R=41.21%
G=17.58%
B=41.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189321800.5700.1530062.8160.98
HexDA5DDA0390F12c3f3d
Octal3321353320710174547775
Binary11011010101110111011010011100101111100101100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5DDA; }

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

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

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

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

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

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

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

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