#DA40DA

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

Shades of Free Speech Magenta #DA40DA

Tints of Free Speech Magenta #DA40DA

Color information

#DA40DA (or 0xDA40DA) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 40 and DA. RGB value is (218,64,218). Sum of RGB (Red+Green+Blue) = 218+64+218=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 64 (25.39% from 255 or 12.8% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA40DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA40DA is #25BF25. Grayscale: #7F7F7F. Windows color (decimal): -2473766 or 14303450. OLE color: 14303450.

HSL color Cylindrical-coordinate representation of color #DA40DA: hue angle of 300º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA40DA is Cyan = 0, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB21864218-
CMYK00.7100.15
HSL300º67.54%55.29%-
HSV(B)300º70.64%85.49%-
XYZ43.423.6368.6-
YUV127.6179.02192.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.6%
GREEN value IS 64 (25.39% from 255) = 12.8%
BLUE value IS 218 (85.55% from 255) = 43.6%
R=43.6%
G=12.8%
B=43.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2186421800.7100.1530067.5455.29
HexDA40DA0470F12c4437
Octal332100332010701745410467
Binary1101101010000001101101001000111011111001011001000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA40DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA40DA; }

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

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

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

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

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

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

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

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