#DA46E7

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

Shades of Free Speech Magenta #DA46E7

Tints of Free Speech Magenta #DA46E7

Color information

#DA46E7 (or 0xDA46E7) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 46 and E7. RGB value is (218,70,231). Sum of RGB (Red+Green+Blue) = 218+70+231=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 70 (27.73% from 255 or 13.49% from 519); Blue value is 231 (90.62% from 255 or 44.51% from 519); Max value from RGB is 231 - color contains mainly: blue. Hex color #DA46E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA46E7 is #25B918. Grayscale: #848484. Windows color (decimal): -2472217 or 15156954. OLE color: 15156954.

HSL color Cylindrical-coordinate representation of color #DA46E7: hue angle of 295.16º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA46E7 is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB21870231-
CMYK0.060.7000.09
HSL295.16º77.03%59.02%-
HSV(B)295.16º69.7%90.59%-
XYZ45.5325.0678.04-
YUV132.61183.53188.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.00%
GREEN value IS 70 (27.73% from 255) = 13.49%
BLUE value IS 231 (90.62% from 255) = 44.51%
R=42.00%
G=13.49%
B=44.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal218702310.060.7000.09295.1677.0359.02
HexDA46E7646091274d3b
Octal332106347610601144711573
Binary110110101000110111001111101000110010011001001111001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA46E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA46E7; }

 p { color: rgb(218,70,231); }

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

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

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

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

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

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

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