#DA63D9

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

Shades of Free Speech Magenta #DA63D9

Tints of Free Speech Magenta #DA63D9

Color information

#DA63D9 (or 0xDA63D9) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 63 and D9. RGB value is (218,99,217). Sum of RGB (Red+Green+Blue) = 218+99+217=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 99 (39.06% from 255 or 18.54% from 534); Blue value is 217 (85.16% from 255 or 40.64% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DA63D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA63D9 is #259C26. Grayscale: #939393. Windows color (decimal): -2464807 or 14246874. OLE color: 14246874.

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

Color convert

RGB21899217-
CMYK00.550.000.15
HSL300.5º61.66%62.16%-
HSV(B)300.5º54.59%85.49%-
XYZ45.928.8468.79-
YUV148.03166.92177.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.82%
GREEN value IS 99 (39.06% from 255) = 18.54%
BLUE value IS 217 (85.16% from 255) = 40.64%
R=40.82%
G=18.54%
B=40.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189921700.550.000.15300.561.6662.16
HexDA63D90370F12d3e3e
Octal3321433310670174557676
Binary11011010110001111011001011011101111100101101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA63D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA63D9; }

 p { color: rgb(218,99,217); }

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

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

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

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

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

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

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