#DA50E6

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

Shades of Free Speech Magenta #DA50E6

Tints of Free Speech Magenta #DA50E6

Color information

#DA50E6 (or 0xDA50E6) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 50 and E6. RGB value is (218,80,230). Sum of RGB (Red+Green+Blue) = 218+80+230=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 80 (31.64% from 255 or 15.15% from 528); Blue value is 230 (90.23% from 255 or 43.56% from 528); Max value from RGB is 230 - color contains mainly: blue. Hex color #DA50E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA50E6 is #25AF19. Grayscale: #898989. Windows color (decimal): -2469658 or 15093978. OLE color: 15093978.

HSL color Cylindrical-coordinate representation of color #DA50E6: hue angle of 295.2º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA50E6 is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB21880230-
CMYK0.050.6500.10
HSL295.2º75%60.78%-
HSV(B)295.2º65.22%90.2%-
XYZ46.0726.3677.52-
YUV138.36179.72184.8-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.29%
GREEN value IS 80 (31.64% from 255) = 15.15%
BLUE value IS 230 (90.23% from 255) = 43.56%
R=41.29%
G=15.15%
B=43.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal218802300.050.6500.10295.27560.78
HexDA50E65410A1274b3d
Octal332120346510101244711375
Binary110110101010000111001101011000001010101001001111001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA50E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA50E6; }

 p { color: rgb(218,80,230); }

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

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

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

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

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

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

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