#DA53D8

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

Shades of Free Speech Magenta #DA53D8

Tints of Free Speech Magenta #DA53D8

Color information

#DA53D8 (or 0xDA53D8) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 53 and D8. RGB value is (218,83,216). Sum of RGB (Red+Green+Blue) = 218+83+216=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 83 (32.81% from 255 or 16.05% from 517); Blue value is 216 (84.77% from 255 or 41.78% from 517); Max value from RGB is 218 - color contains mainly: red. Hex color #DA53D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA53D8 is #25AC27. Grayscale: #8A8A8A. Windows color (decimal): -2468904 or 14177242. OLE color: 14177242.

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

Color convert

RGB21883216-
CMYK00.620.010.15
HSL300.89º64.59%59.02%-
HSV(B)300.89º61.93%85.49%-
XYZ44.426.0567.65-
YUV138.53171.73184.69-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.17%
GREEN value IS 83 (32.81% from 255) = 16.05%
BLUE value IS 216 (84.77% from 255) = 41.78%
R=42.17%
G=16.05%
B=41.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2188321600.620.010.15300.8964.5959.02
HexDA53D803E1F12d413b
Octal33212333007611745510173
Binary110110101010011110110000111110111111001011011000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA53D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA53D8; }

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

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

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

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

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

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

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

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