#DA5CE9

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

Shades of Free Speech Magenta #DA5CE9

Tints of Free Speech Magenta #DA5CE9

Color information

#DA5CE9 (or 0xDA5CE9) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 5C and E9. RGB value is (218,92,233). Sum of RGB (Red+Green+Blue) = 218+92+233=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 92 (36.33% from 255 or 16.94% from 543); Blue value is 233 (91.41% from 255 or 42.91% from 543); Max value from RGB is 233 - color contains mainly: blue. Hex color #DA5CE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA5CE9 is #25A316. Grayscale: #919191. Windows color (decimal): -2466583 or 15293658. OLE color: 15293658.

HSL color Cylindrical-coordinate representation of color #DA5CE9: hue angle of 293.62º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA5CE9 is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB21892233-
CMYK0.060.6100.09
HSL293.62º76.22%63.73%-
HSV(B)293.62º60.52%91.37%-
XYZ47.4528.4480.08-
YUV145.75177.24179.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.15%
GREEN value IS 92 (36.33% from 255) = 16.94%
BLUE value IS 233 (91.41% from 255) = 42.91%
R=40.15%
G=16.94%
B=42.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal218922330.060.6100.09293.6276.2263.73
HexDA5CE963D091264c40
Octal332134351675011446114100
Binary110110101011100111010011101111010100110010011010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5CE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5CE9; }

 p { color: rgb(218,92,233); }

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

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

 a { background-color: rgb(218,92,233); }

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

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

 span { border-color: rgb(218,92,233); }

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