#DA5DD8

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

Shades of Free Speech Magenta #DA5DD8

Tints of Free Speech Magenta #DA5DD8

Color information

#DA5DD8 (or 0xDA5DD8) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 5D and D8. RGB value is (218,93,216). Sum of RGB (Red+Green+Blue) = 218+93+216=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 93 (36.72% from 255 or 17.65% from 527); Blue value is 216 (84.77% from 255 or 40.99% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5DD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA5DD8 is #25A227. Grayscale: #909090. Windows color (decimal): -2466344 or 14179802. OLE color: 14179802.

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

Color convert

RGB21893216-
CMYK00.570.010.15
HSL300.96º62.81%60.98%-
HSV(B)300.96º57.34%85.49%-
XYZ45.2227.6967.93-
YUV144.4168.41180.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.37%
GREEN value IS 93 (36.72% from 255) = 17.65%
BLUE value IS 216 (84.77% from 255) = 40.99%
R=41.37%
G=17.65%
B=40.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189321600.570.010.15300.9662.8160.98
HexDA5DD80391F12d3f3d
Octal3321353300711174557775
Binary11011010101110111011000011100111111100101101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5DD8; }

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

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

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

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

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

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

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

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