#DA53D7

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

Shades of Free Speech Magenta #DA53D7

Tints of Free Speech Magenta #DA53D7

Color information

#DA53D7 (or 0xDA53D7) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 53 and D7. RGB value is (218,83,215). Sum of RGB (Red+Green+Blue) = 218+83+215=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 83 (32.81% from 255 or 16.09% from 516); Blue value is 215 (84.38% from 255 or 41.67% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DA53D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA53D7 is #25AC28. Grayscale: #8A8A8A. Windows color (decimal): -2468905 or 14111706. OLE color: 14111706.

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

Color convert

RGB21883215-
CMYK00.620.010.15
HSL301.33º64.59%59.02%-
HSV(B)301.33º61.93%85.49%-
XYZ44.272666.97-
YUV138.41171.23184.77-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.25%
GREEN value IS 83 (32.81% from 255) = 16.09%
BLUE value IS 215 (84.38% from 255) = 41.67%
R=42.25%
G=16.09%
B=41.67%

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
Decimal2188321500.620.010.15301.3364.5959.02
HexDA53D703E1F12d413b
Octal33212332707611745510173
Binary110110101010011110101110111110111111001011011000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA53D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA53D7; }

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

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

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

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

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

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

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

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