#DA5DE4

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

Shades of Free Speech Magenta #DA5DE4

Tints of Free Speech Magenta #DA5DE4

Color information

#DA5DE4 (or 0xDA5DE4) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 5D and E4. RGB value is (218,93,228). Sum of RGB (Red+Green+Blue) = 218+93+228=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 93 (36.72% from 255 or 17.25% from 539); Blue value is 228 (89.45% from 255 or 42.30% from 539); Max value from RGB is 228 - color contains mainly: blue. Hex color #DA5DE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA5DE4 is #25A21B. Grayscale: #919191. Windows color (decimal): -2466332 or 14966234. OLE color: 14966234.

HSL color Cylindrical-coordinate representation of color #DA5DE4: hue angle of 295.56º 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 #DA5DE4 is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB21893228-
CMYK0.040.5900.11
HSL295.56º71.43%62.94%-
HSV(B)295.56º59.21%89.41%-
XYZ46.8328.3476.4-
YUV145.76174.41179.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.45%
GREEN value IS 93 (36.72% from 255) = 17.25%
BLUE value IS 228 (89.45% from 255) = 42.30%
R=40.45%
G=17.25%
B=42.30%

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
Decimal218932280.040.5900.11295.5671.4362.94
HexDA5DE443B0B128473f
Octal33213534447301345010777
Binary11011010101110111100100100111011010111001010001000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5DE4; }

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

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

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

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

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

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

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

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