#DA40ED

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

Shades of Free Speech Magenta #DA40ED

Tints of Free Speech Magenta #DA40ED

Color information

#DA40ED (or 0xDA40ED) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 40 and ED. RGB value is (218,64,237). Sum of RGB (Red+Green+Blue) = 218+64+237=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 64 (25.39% from 255 or 12.33% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #DA40ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA40ED is #25BF12. Grayscale: #818181. Windows color (decimal): -2473747 or 15548634. OLE color: 15548634.

HSL color Cylindrical-coordinate representation of color #DA40ED: hue angle of 293.41º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DA40ED is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB21864237-
CMYK0.080.7300.07
HSL293.41º82.78%59.02%-
HSV(B)293.41º73%92.94%-
XYZ46.0324.6982.46-
YUV129.77188.52190.93-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.00%
GREEN value IS 64 (25.39% from 255) = 12.33%
BLUE value IS 237 (92.97% from 255) = 45.66%
R=42.00%
G=12.33%
B=45.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal218642370.080.7300.07293.4182.7859.02
HexDA40ED84907125533b
Octal332100355101110744512373
Binary110110101000000111011011000100100101111001001011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA40ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA40ED; }

 p { color: rgb(218,64,237); }

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

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

 a { background-color: rgb(218,64,237); }

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

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

 span { border-color: rgb(218,64,237); }

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