#DA5DE3

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

Shades of Free Speech Magenta #DA5DE3

Tints of Free Speech Magenta #DA5DE3

Color information

#DA5DE3 (or 0xDA5DE3) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 5D and E3. RGB value is (218,93,227). Sum of RGB (Red+Green+Blue) = 218+93+227=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 93 (36.72% from 255 or 17.29% from 538); Blue value is 227 (89.06% from 255 or 42.19% from 538); Max value from RGB is 227 - color contains mainly: blue. Hex color #DA5DE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA5DE3 is #25A21C. Grayscale: #919191. Windows color (decimal): -2466333 or 14900698. OLE color: 14900698.

HSL color Cylindrical-coordinate representation of color #DA5DE3: hue angle of 295.97º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DA5DE3 is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB21893227-
CMYK0.040.5900.11
HSL295.97º70.53%62.75%-
HSV(B)295.97º59.03%89.02%-
XYZ46.6928.2875.67-
YUV145.65173.91179.6-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.52%
GREEN value IS 93 (36.72% from 255) = 17.29%
BLUE value IS 227 (89.06% from 255) = 42.19%
R=40.52%
G=17.29%
B=42.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal218932270.040.5900.11295.9770.5362.75
HexDA5DE343B0B128473f
Octal33213534347301345010777
Binary11011010101110111100011100111011010111001010001000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5DE3; }

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

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

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

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

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

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

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

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